Changeset 4402 for trunk/tools/common/makefile.icc
- Timestamp:
- Oct 3, 2000, 7:42:41 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/tools/common/makefile.icc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.icc
r4358 r4402 1 # $Id: makefile.icc,v 1.1 1 2000-10-02 04:01:40 bird Exp $1 # $Id: makefile.icc,v 1.12 2000-10-03 05:42:40 bird Exp $ 2 2 3 3 # … … 10 10 11 11 # Directory macros. 12 PDWIN32_INCLUDE = ..\..\include13 PDWIN32_BIN = ..\..\bin\$(OBJDIR)14 PDWIN32_LIB = ..\..\lib15 PDWIN32_TOOLS = ..\bin16 12 PDWIN32_TCOMMON = ..\common 17 13 … … 24 20 25 21 # Compiler, tools, and interference rules. 26 !include $(PDWIN32_INCLUDE)\pdwin32.mk22 !include ..\..\include\pdwin32.mk 27 23 28 24 29 25 # Addjust common definitions... 30 26 CFLAGS = $(CFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- 31 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- 27 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- -Gx- 32 28 33 29 … … 61 57 62 58 # kDump 63 kDump.exe : $(OBJDIR)\kDump.exe59 kDump.exe $(PDWIN32_TOOLS)\kDump.exe: $(OBJDIR)\kDump.exe 64 60 $(CP) $** $@ 65 61 66 62 $(OBJDIR)\kDump.exe: commonicc.lib $(OBJDIR)\kDump.obj 67 63 $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB 64 65 # kDef2Wat.exe 66 kDef2Wat.exe $(PDWIN32_TOOLS)\kDef2Wat.exe: $(OBJDIR)\kDef2Wat.exe 67 $(CP) $** $@ 68 69 $(OBJDIR)\kDef2Wat.exe: commonicc.lib $(OBJDIR)\kDef2Wat.obj 70 $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB 71 68 72 69 73
Note:
See TracChangeset
for help on using the changeset viewer.
