Changeset 4719 for trunk/src/psapi
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/psapi/makefile
r4624 r4719 1 # $Id: makefile,v 1.1 0 2000-11-19 08:53:32bird Exp $1 # $Id: makefile,v 1.11 2000-12-02 23:57:47 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45
Note:
See TracChangeset
for help on using the changeset viewer.