Changeset 2625 in kBuild
- Timestamp:
- Aug 7, 2012 8:26:48 PM (13 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 3 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) -
trunk/kBuild/tools/VCC100AMD64.kmk
r2622 r2625 95 95 TOOL_VCC100AMD64_COBJSUFF ?= .obj 96 96 TOOL_VCC100AMD64_CFLAGS ?= -TC -nologo 97 TOOL_VCC100AMD64_CFLAGS.debug ?= -Od -Zi 97 TOOL_VCC100AMD64_CFLAGS.debug ?= -Zi 98 TOOL_VCC100AMD64_CFLAGS.dbgopt ?= -O2 -Zi 98 99 TOOL_VCC100AMD64_CFLAGS.release ?= -O2 99 100 TOOL_VCC100AMD64_CFLAGS.profile ?= -O2 … … 103 104 TOOL_VCC100AMD64_CXXOBJSUFF ?= .obj 104 105 TOOL_VCC100AMD64_CXXFLAGS ?= -TP -nologo 105 TOOL_VCC100AMD64_CXXFLAGS.debug ?= -Od -Zi 106 TOOL_VCC100AMD64_CXXFLAGS.debug ?= -Zi 107 TOOL_VCC100AMD64_CXXFLAGS.dbgopt ?= -O2 -Zi 106 108 TOOL_VCC100AMD64_CXXFLAGS.release ?= -O2 107 109 TOOL_VCC100AMD64_CXXFLAGS.profile ?= -O2 … … 119 121 TOOL_VCC100AMD64_LDFLAGS ?= -nologo -machine:amd64 120 122 TOOL_VCC100AMD64_LDFLAGS.debug ?= -debug 123 TOOL_VCC100AMD64_LDFLAGS.dbgopt ?= -debug 124 TOOL_VCC100AMD64_LDFLAGS.profile ?= -debug 121 125 TOOL_VCC100AMD64_LDFLAGS.release ?= 122 126 -
trunk/kBuild/tools/VCC100X86.kmk
r2622 r2625 97 97 TOOL_VCC100X86_CFLAGS ?= -TC -nologo 98 98 TOOL_VCC100X86_CFLAGS.debug ?= -Zi 99 TOOL_VCC100X86_CFLAGS.dbgopt ?= -O2 -Zi 99 100 TOOL_VCC100X86_CFLAGS.release ?= -O2 100 101 TOOL_VCC100X86_CFLAGS.profile ?= -O2 … … 105 106 TOOL_VCC100X86_CXXFLAGS ?= -TP -nologo 106 107 TOOL_VCC100X86_CXXFLAGS.debug ?= -Zi 108 TOOL_VCC100X86_CXXFLAGS.dbgopt ?= -O2 -Zi 107 109 TOOL_VCC100X86_CXXFLAGS.release ?= -O2 108 110 TOOL_VCC100X86_CXXFLAGS.profile ?= -O2 … … 120 122 TOOL_VCC100X86_LDFLAGS ?= -nologo -machine:x86 121 123 TOOL_VCC100X86_LDFLAGS.debug ?= -debug 124 TOOL_VCC100X86_LDFLAGS.dbgopt ?= -debug 125 TOOL_VCC100X86_LDFLAGS.profile ?= -debug 122 126 TOOL_VCC100X86_LDFLAGS.release ?= 123 127
Note:
See TracChangeset
for help on using the changeset viewer.