Ignore:
Timestamp:
Oct 24, 2003, 4:47:25 PM (22 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/version/makefile

    r9676 r10296  
    1 # $Id: makefile,v 1.20 2003-01-15 10:42:50 sandervl Exp $
     1# $Id: makefile,v 1.21 2003-10-24 14:47:25 sandervl Exp $
    22
    33#
     
    66#       version.dll makefile
    77#
     8
     9!if "$(DEBUG)" == "1"
     10DEFFILE    = versiondbg.def
     11ORGDEFFILE = version.def
     12!endif
    813
    914
     
    1823#
    1924OBJS = \
    20 $(OBJDIR)\version.obj \
    2125$(OBJDIR)\install.obj \
    2226$(OBJDIR)\info.obj \
     27$(OBJDIR)\resource.obj \
     28!ifdef DEBUG
     29$(OBJDIR)\dbgwrap.obj \
     30!endif
    2331$(OBJDIR)\versionrsrc.obj \
    2432$(DLLENTRY)
Note: See TracChangeset for help on using the changeset viewer.