Changeset 4717 for trunk/src/imagehlp
- Timestamp:
- Dec 3, 2000, 12:45:13 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/imagehlp/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imagehlp/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 09:15:10bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:39:44 bird Exp $ 2 2 3 3 # … … 11 11 # Compiler, tools, and interference rules. 12 12 # 13 !include ../../ include/pdwin32.mk13 !include ../../makefile.inc 14 14 15 15 … … 33 33 # 34 34 LIBS = \ 35 $( PDWIN32_LIB)/kernel32.lib \36 $( PDWIN32_LIB)/$(ODINCRT).lib \35 $(ODIN32_LIB)/kernel32.lib \ 36 $(ODIN32_LIB)/$(ODINCRT).lib \ 37 37 OS2386.LIB \ 38 38 $(RTLLIB_O) … … 48 48 # Includes the common rules. 49 49 # 50 !include $( PDWIN32_INCLUDE)/pdwin32.post50 !include $(ODIN32_POST_INC) 51 51
Note:
See TracChangeset
for help on using the changeset viewer.
