Changeset 2650 for trunk/src/psapi


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

Added version resource

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

Legend:

Unmodified
Added
Removed
  • trunk/src/psapi/makefile

    r2526 r2650  
    1 # $Id: makefile,v 1.4 2000-01-26 23:19:58 sandervl Exp $
     1# $Id: makefile,v 1.5 2000-02-05 02:09:24 sandervl Exp $
    22
    33#
     
    2222TARGET = psapi
    2323
    24 OBJS =  psapi.obj initterm.obj
     24OBJS =  psapi.obj resource.obj $(PDWIN32_LIB)/dllentry.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
    4345
    44 initterm.obj: initterm.cpp
     46resource.obj: resource.asm
     47
    4548psapi.obj: psapi.cpp
    4649
Note: See TracChangeset for help on using the changeset viewer.