Changeset 4717 for trunk/src/advapi32
- Timestamp:
- Dec 3, 2000, 12:45:13 AM (25 years ago)
- Location:
- trunk/src/advapi32
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 6 2000-11-19 09:27:40bird Exp $1 # $Id: makefile,v 1.27 2000-12-02 23:36:27 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 … … 32 32 # 33 33 LIBS = \ 34 $( PDWIN32_LIB)/kernel32.lib \35 $( PDWIN32_LIB)/ntdll.lib \36 $( PDWIN32_LIB)/$(ODINCRT).lib \37 $( PDWIN32_LIB)/pmwinx.lib \34 $(ODIN32_LIB)/kernel32.lib \ 35 $(ODIN32_LIB)/ntdll.lib \ 36 $(ODIN32_LIB)/$(ODINCRT).lib \ 37 $(ODIN32_LIB)/pmwinx.lib \ 38 38 OS2386.LIB \ 39 39 $(RTLLIB_O) … … 49 49 # Includes the common rules. 50 50 # 51 !include $( PDWIN32_INCLUDE)/pdwin32.post51 !include $(ODIN32_POST_INC) 52 52
Note:
See TracChangeset
for help on using the changeset viewer.