Changeset 1054 for trunk/src/kernel32/old/makefile
- Timestamp:
- Sep 25, 1999, 9:07:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/old/makefile
r955 r1054 1 # $Id: makefile,v 1. 1 1999-09-15 23:32:58sandervl Exp $1 # $Id: makefile,v 1.2 1999-09-25 19:06:17 sandervl Exp $ 2 2 3 3 # … … 7 7 # 8 8 9 PDWIN32_INCLUDE = ..\..\ include10 PDWIN32_LIB = ..\..\ lib11 PDWIN32_BIN = . .\..\bin12 PDWIN32_TOOLS = ..\..\ tools\bin9 PDWIN32_INCLUDE = ..\..\..\include\old 10 PDWIN32_LIB = ..\..\..\lib 11 PDWIN32_BIN = . 12 PDWIN32_TOOLS = ..\..\..\tools\bin 13 13 14 14 … … 16 16 17 17 18 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) /Tm+19 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) /Tm+18 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\..\win 19 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\..\win 20 20 21 21 … … 51 51 rc -r console.rc console.res 52 52 rc console.res $@ 53 $(CP) $@ $(PDWIN32_BIN)54 53 55 54 $(TARGET).lrf: makefile … … 67 66 $(TARGET).LIB: $(TARGET)exp.def 68 67 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 69 $(CP) $@ $(PDWIN32_LIB)70 68 71 69 $(TARGET)exp.def: $(TARGET).def … … 331 329 $(PDWIN32_INCLUDE)\unicode.h 332 330 333 virtual.obj: virtual.cpp $(PDWIN32_INCLUDE)\ win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h mmap.h331 virtual.obj: virtual.cpp $(PDWIN32_INCLUDE)\handlemanager.h mmap.h 334 332 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 335 333 336 334 pefile.OBJ: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h 337 winimage.OBJ: winimage.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winres.h initterm.h $(PDWIN32_INCLUDE)\win\virtual.hoslibmisc.h335 winimage.OBJ: winimage.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winres.h initterm.h oslibmisc.h 338 336 winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\winres.h 339 337 windll.OBJ: windll.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h oslibmisc.h
Note:
See TracChangeset
for help on using the changeset viewer.