Changeset 93046 in vbox
- Timestamp:
- Dec 21, 2021 12:37:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/envSub.vbs
r87406 r93046 245 245 for each str1 in arrArchitectures 246 246 EnvRemovePathItem "Path", DosSlashes(strPathkBuild & "\bin\win." & str1), ";" 247 EnvRemovePathItem "Path", DosSlashes(strPathkBuild & "\bin\win." & str1 & "\wrappers"), ";" 247 248 EnvRemovePathItem "Path", DosSlashes(strPathDevTools & "\win." & str1) & "\bin", ";" 248 249 next … … 253 254 ' 254 255 if ArraySize(arrCmdToExec) = 0 then 256 ' Add the kbuild wrapper directory to the end of the path, these take 257 ' precedence over the dated gnuwin32 stuff. 258 EnvAppendPathItem "Path", DosSlashes(strPathkBuild & "\bin\win." & strHostArch & "\wrappers"), ";" 259 255 260 ' Add some gnuwin32 tools to the end of the path. 256 261 EnvAppendPathItem "Path", DosSlashes(strPathDevTools & "\win.x86\gnuwin32\r1\bin"), ";"
Note:
See TracChangeset
for help on using the changeset viewer.