Changeset 2625 for trunk/kBuild/tools/VCC100.kmk
- Timestamp:
- Aug 7, 2012, 10:26:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100.kmk
r2622 r2625 110 110 TOOL_VCC100_COBJSUFF ?= .obj 111 111 TOOL_VCC100_CFLAGS ?= -TC -nologo 112 TOOL_VCC100_CFLAGS.debug ?= -Od -Zi 112 TOOL_VCC100_CFLAGS.debug ?= -Zi 113 TOOL_VCC100_CFLAGS.dbgopt ?= -O2 -Zi 113 114 TOOL_VCC100_CFLAGS.release ?= -O2 114 115 TOOL_VCC100_CFLAGS.profile ?= -O2 … … 118 119 TOOL_VCC100_CXXOBJSUFF ?= .obj 119 120 TOOL_VCC100_CXXFLAGS ?= -TP -nologo 120 TOOL_VCC100_CXXFLAGS.debug ?= -Od -Zi 121 TOOL_VCC100_CXXFLAGS.debug ?= -Zi 122 TOOL_VCC100_CXXFLAGS.dbgopt ?= -O2 -Zi 121 123 TOOL_VCC100_CXXFLAGS.release ?= -O2 122 124 TOOL_VCC100_CXXFLAGS.profile ?= -O2 … … 138 140 TOOL_VCC100_LDFLAGS ?= -nologo 139 141 TOOL_VCC100_LDFLAGS.debug ?= -debug 142 TOOL_VCC100_LDFLAGS.dbgopt ?= -debug 143 TOOL_VCC100_LDFLAGS.profile ?= -debug 140 144 TOOL_VCC100_LDFLAGS.release ?= 141 145 TOOL_VCC100_LIBPATH.amd64 ?= $(PATH_TOOL_VCC100_LIB.amd64) $(PATH_TOOL_VCC100_ATLMFC_LIB.amd64)
Note:
See TracChangeset
for help on using the changeset viewer.