Changeset 718 for trunk/kBuild
- Timestamp:
- Dec 14, 2006, 3:22:55 AM (19 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r653 r718 42 42 # Type. 43 43 if [ -z "$BUILD_TYPE" ]; then 44 BUILD_TYPE= debug44 BUILD_TYPE=release 45 45 fi 46 46 export BUILD_TYPE -
trunk/kBuild/envos2.cmd
-
Property svn:keyword
set to
Id
r652 r718 66 66 /* Type. */ 67 67 if (EnvGet("BUILD_TYPE") = "") then 68 call EnvSet 0, "BUILD_TYPE", " debug";68 call EnvSet 0, "BUILD_TYPE", "release"; 69 69 call EnvSet 0, "BUILD_TYPE", ToLower(EnvGet("BUILD_TYPE")); 70 70 say "dbg: BUILD_TYPE="||EnvGet("BUILD_TYPE"); … … 180 180 */ 181 181 syntax: procedure 182 say 'syntax: env.cmd [options] [mode]' 183 say '' 184 say 'Mode:' 185 say ' The build mode, debug or release. Default it debug.' 186 say '' 187 say 'Options:' 188 say ' enable-staged-gcc Enable the staged GCC build. (default)' 189 say ' disable-staged-gcc Use buildenv gcc335.' 182 say 'syntax: envos2.cmd [command to be executed and its arguments]' 190 183 say '' 191 184 return 0; -
Property svn:keyword
set to
-
trunk/kBuild/envwin.cmd
-
Property svn:keyword
set to
Id
r653 r718 127 127 REM # 128 128 IF NOT ".%BUILD_TYPE%" = "." goto have_BUILD_TYPE 129 set BUILD_TYPE= debug129 set BUILD_TYPE=release 130 130 :have_BUILD_TYPE 131 131 echo dbg: BUILD_TYPE=%BUILD_TYPE% -
Property svn:keyword
set to
Note:
See TracChangeset
for help on using the changeset viewer.