Changeset 96 for trunk/src/tapi32/makefile
- Timestamp:
- Jun 10, 1999, 6:56:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tapi32/makefile
r46 r96 1 # $Id: makefile,v 1.3 1999-06-10 16:54:47 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # tapi32.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 24 26 25 27 26 $(TARGET).dll: $(OBJS) $(TARGET).def 28 $(TARGET).dll: $(OBJS) $(TARGET).def 27 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 28 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
Note:
See TracChangeset
for help on using the changeset viewer.