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