Changeset 2650 for trunk/src/version


Ignore:
Timestamp:
Feb 5, 2000, 3:19:44 AM (26 years ago)
Author:
sandervl
Message:

Added version resource

Location:
trunk/src/version
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/version/makefile

    r2347 r2650  
    1 # $Id: makefile,v 1.9 2000-01-06 20:10:07 sandervl Exp $
     1# $Id: makefile,v 1.10 2000-02-05 02:13:02 sandervl Exp $
    22
    33#
     
    2222TARGET = version
    2323
    24 OBJS =  version.obj initterm.obj install.obj info.obj
     24OBJS =  version.obj resource.obj install.obj info.obj $(PDWIN32_LIB)/dllentry.obj
    2525
    2626all: $(TARGET).dll $(TARGET).lib
     
    2929$(TARGET).dll: $(OBJS) $(TARGET).def $(TARGET)exp.def
    3030        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    31               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     31              $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \
    3333              $(PDWIN32_LIB)/crtdll.lib \
     
    4343        $(CP) $@ $(PDWIN32_LIB)
    4444
     45resource.asm: $(TARGET).rc
     46    $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
     47
     48resource.obj: resource.asm
     49
    4550
    4651version.obj: version.cpp
    47 initterm.obj: initterm.cpp
    4852install.obj: install.c
    4953info.obj: info.c
Note: See TracChangeset for help on using the changeset viewer.