- Timestamp:
- Jun 1, 2004 1:46:22 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r80 r82 29 29 PATH_TOOL_VCC70 ?= $(PATH_DEV)/x86.win32/vcc70 30 30 31 TOOL_VCC70_CC := $( PATH_TOOL_VCC70)/bin/cl.exe31 TOOL_VCC70_CC := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/cl.exe 32 32 TOOL_VCC70_COBJSUFF := .obj 33 TOOL_VCC70_CFLAGS := - g34 TOOL_VCC70_CFLAGS.debug := -O 033 TOOL_VCC70_CFLAGS := -TC -c -nologo 34 TOOL_VCC70_CFLAGS.debug := -Od -Zi 35 35 TOOL_VCC70_CFLAGS.release := -O2 36 TOOL_VCC70_CFLAGS.profile := -pg37 TOOL_VCC70_CINCS := 36 TOOL_VCC70_CFLAGS.profile := 37 TOOL_VCC70_CINCS := $(PATH_TOOL_VCC70)/include 38 38 TOOL_VCC70_CDEFS := 39 39 40 TOOL_VCC70_CXX := $( PATH_TOOL_VCC70)/bin/cl.exe40 TOOL_VCC70_CXX := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/cl.exe 41 41 TOOL_VCC70_CXXOBJSUFF := .obj 42 TOOL_VCC70_CXXFLAGS := - g43 TOOL_VCC70_CXXFLAGS.debug := -O 042 TOOL_VCC70_CXXFLAGS := -TP -c -nologo 43 TOOL_VCC70_CXXFLAGS.debug := -Od -Zi 44 44 TOOL_VCC70_CXXFLAGS.release := -O2 45 TOOL_VCC70_CXXFLAGS.profile := -pg46 TOOL_VCC70_CXXINCS := 45 TOOL_VCC70_CXXFLAGS.profile := 46 TOOL_VCC70_CXXINCS := $(PATH_TOOL_VCC70)/include 47 47 TOOL_VCC70_CXXDEFS := 48 48 49 TOOL_VCC70_AS := $( PATH_TOOL_VCC70)/bin/ml.exe49 TOOL_VCC70_AS := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/ml.exe 50 50 TOOL_VCC70_ASOBJSUFF := .obj 51 51 52 TOOL_VCC70_AR := $( PATH_TOOL_VCC70)/bin/ar$(HOSTSUFF_EXE)53 TOOL_VCC70_ARFLAGS := cr52 TOOL_VCC70_AR := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/ar$(HOSTSUFF_EXE) 53 TOOL_VCC70_ARFLAGS := -nologo 54 54 TOOL_VCC70_ARLIBSUFF := .lib 55 55 56 TOOL_VCC70_LD := $( PATH_TOOL_VCC70)/bin/link.exe57 TOOL_VCC70_LDFLAGS := 58 TOOL_VCC70_LDFLAGS.debug := -g59 TOOL_VCC70_LDFLAGS.release := -s56 TOOL_VCC70_LD := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/link.exe 57 TOOL_VCC70_LDFLAGS := -nologo 58 TOOL_VCC70_LDFLAGS.debug := 59 TOOL_VCC70_LDFLAGS.release := 60 60 61 61
Note:
See TracChangeset
for help on using the changeset viewer.