Changeset 2650 for trunk/src/tapi32


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

Added version resource

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

Legend:

Unmodified
Added
Removed
  • trunk/src/tapi32/makefile

    r2526 r2650  
    1 # $Id: makefile,v 1.9 2000-01-26 23:19:59 sandervl Exp $
     1# $Id: makefile,v 1.10 2000-02-05 02:11:22 sandervl Exp $
    22
    33#
     
    2222TARGET = tapi32
    2323
    24 OBJS =  tapi32.obj initterm.obj
     24OBJS =  tapi32.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)/user32.lib $(PDWIN32_LIB)/odincrt.lib \
    3333              OS2386.LIB $(RTLLIB_O)
     
    4444
    4545
     46resource.asm: $(TARGET).rc
     47    $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
     48
     49resource.obj: resource.asm
     50
    4651tapi32.obj: tapi32.cpp tapi32.h
    47 initterm.obj: initterm.cpp
    48 
    4952
    5053
Note: See TracChangeset for help on using the changeset viewer.