Build/Build kJams script: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
# go to your home folder | # go to your home folder | ||
# go to "Applications (Parallels)" -> "Windows | # go to "Applications (Parallels)" -> "Windows 10 Applications" | ||
# copy " | ## to find the applications, to to Configure->Options->Applications, check the box "Show windows applications folder in dock", then you see the dock icon, right click reveal in finder) | ||
# copy "Command Prompt" to the desktop | |||
# rename it "Build kJams" | # rename it "Build kJams" | ||
# right click->Show Package Contents | # right click->Show Package Contents | ||
# edit "/Contents/Info.plist" | # edit "/Contents/Info.plist" | ||
# change the "CFBundleGetInfoString" to end with:<br><pre>Z: | # change the "CFBundleGetInfoString" to end with:<br><pre>Z:\depot\kJams\Development\xplat\proj\win\build.bat</pre> | ||
# change "CFBundleName" to:<br><pre>Build kJams</pre> | # change "CFBundleName" to:<br><pre>Build kJams</pre> | ||
# edit "/Contents/Resources/English.lproj/InfoPlist.strings" | # edit "/Contents/Resources/English.lproj/InfoPlist.strings" | ||
# change both "CFBundleName" and "CFBundleDisplayName" to:<br><pre>Build kJams</pre> | # change both "CFBundleName" and "CFBundleDisplayName" to:<br><pre>Build kJams</pre> | ||
# edit "/Contents/Resources/AppParams.pva" | # edit "/Contents/Resources/AppParams.pva" | ||
# change "App Path" to:<br><pre>Z: | # change "App Path" to:<br><pre>Z:\depot\kJams\Development\xplat\proj\win\build.bat</pre> | ||
# Close out, put this new "app" into /xplat/proj/win/ | # Close out, put this new "app" into /xplat/proj/win/ | ||
Latest revision as of 22:36, 12 December 2023
- go to your home folder
- go to "Applications (Parallels)" -> "Windows 10 Applications"
- to find the applications, to to Configure->Options->Applications, check the box "Show windows applications folder in dock", then you see the dock icon, right click reveal in finder)
- copy "Command Prompt" to the desktop
- rename it "Build kJams"
- right click->Show Package Contents
- edit "/Contents/Info.plist"
- change the "CFBundleGetInfoString" to end with:
Z:\depot\kJams\Development\xplat\proj\win\build.bat
- change "CFBundleName" to:
Build kJams
- edit "/Contents/Resources/English.lproj/InfoPlist.strings"
- change both "CFBundleName" and "CFBundleDisplayName" to:
Build kJams
- edit "/Contents/Resources/AppParams.pva"
- change "App Path" to:
Z:\depot\kJams\Development\xplat\proj\win\build.bat
- Close out, put this new "app" into /xplat/proj/win/