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

Added version resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imagehlp/makefile

    r2526 r2650  
    1 # $Id: makefile,v 1.5 2000-01-26 23:19:56 sandervl Exp $
     1# $Id: makefile,v 1.6 2000-02-05 02:00:05 sandervl Exp $
    22
    33#
     
    2222TARGET = imagehlp
    2323
    24 OBJS =  imagehlp.obj internal.obj initterm.obj
     24OBJS =  imagehlp.obj internal.obj initterm.obj resource.obj
    2525
    2626all: $(TARGET).dll $(TARGET).lib
     
    2929$(TARGET).dll: $(OBJS) $(TARGET).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)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3333        $(CP) $@ $(PDWIN32_BIN)
     
    4141        $(IMPDEF) $** $@
    4242
     43resource.asm: $(TARGET).rc
     44    $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
     45
     46resource.obj: resource.asm
    4347
    4448initterm.obj: initterm.cpp
Note: See TracChangeset for help on using the changeset viewer.