Changeset 446
- Timestamp:
- Aug 25, 2016, 8:40:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/env.cmd
r443 r446 268 268 build_path = ScriptDir'openjdk\build\os2-i586' 269 269 if (wordpos('debug_build', aArgs) > 0) then build_path = build_path'-debug' 270 else if (wordpos('fastdebug_build' ) > 0) then build_path = build_path'-fastdebug'270 else if (wordpos('fastdebug_build', aArgs) > 0) then build_path = build_path'-fastdebug' 271 271 end 272 272 ExtraArgs = 'xcopy' build_path'\hotspot\import\jre\bin\client\*' build_path'\bin\client\'
Note:
See TracChangeset
for help on using the changeset viewer.