Changeset 4655 for trunk/tools
- Timestamp:
- Nov 21, 2000, 5:37:53 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/impdef/makefile
r4646 r4655 1 # $Id: makefile,v 1. 7 2000-11-20 05:15:31bird Exp $1 # $Id: makefile,v 1.8 2000-11-21 04:37:53 bird Exp $ 2 2 3 3 # … … 12 12 # Directory macros. 13 13 # 14 PDWIN32_INCLUDE = ..\..\include15 PDWIN32_LIB = ..\..\lib16 14 PDWIN32_BIN = ..\bin 17 PDWIN32_TOOLS = ..\bin18 15 PDWIN32_TCOMMON = ..\common 19 16 20 17 21 18 # 22 # Tell buildenvironment that we're makeing an .exe. 19 # Tell buildenvironment that we're making an vio .exe. 20 # Tell buildenvironment that we like to use static linked CRT. 23 21 # Tell buildenvironment that we should not copy this into /bin. 24 22 # 25 23 EXETARGET = 1 24 VIO = 1 25 STATIC_CRT = 1 26 26 NO_MAIN_BIN_COPY = 1 27 27 … … 30 30 # Compiler, tools, and interference rules. 31 31 # 32 !include $(PDWIN32_INCLUDE)\pdwin32.mk32 !include ../../include/pdwin32.mk 33 33 !include $(PDWIN32_TCOMMON)\common.mk 34 34 … … 39 39 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 40 40 CFLAGS = $(CFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- 41 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- -Gx- 41 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- $(CXXEXCEPTIONS) 42 !else 43 !if "$(WAT)" == "1" 44 CXXFLAGS += $(CXXEXCEPTIONS) 45 !else 46 CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS) 42 47 !endif 43 !if "$(WAT)" == "1"44 CXXFLAGS += -xs45 48 !endif 49 46 50 47 51 #
Note:
See TracChangeset
for help on using the changeset viewer.