Build/Build kJams script: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
Created page with "* go to dock->Windows 7 Applications->Microsoft Visual Studio 2008->Visual Studio Tools * copy "Visual Studio 2008 Command Prompt" * rename it "Build kJams" * right click->sho..."
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
* go to dock->Windows 7 Applications->Microsoft Visual Studio 2008->Visual Studio Tools
# go to your home folder
* copy "Visual Studio 2008 Command Prompt"
# go to "Applications (Parallels)" -> "Windows 10 Applications"
* rename it "Build kJams"
## 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)
* right click->show package contents
# 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:<br><pre>Z:\depot\kJams\Development\xplat\proj\win\build.bat</pre>
# change "CFBundleName" to:<br><pre>Build kJams</pre>
# edit "/Contents/Resources/English.lproj/InfoPlist.strings"
# change both "CFBundleName" and "CFBundleDisplayName" to:<br><pre>Build kJams</pre>
# edit "/Contents/Resources/AppParams.pva"
# 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/

Latest revision as of 22:36, 12 December 2023

  1. go to your home folder
  2. go to "Applications (Parallels)" -> "Windows 10 Applications"
    1. 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)
  3. copy "Command Prompt" to the desktop
  4. rename it "Build kJams"
  5. right click->Show Package Contents
  6. edit "/Contents/Info.plist"
  7. change the "CFBundleGetInfoString" to end with:
    Z:\depot\kJams\Development\xplat\proj\win\build.bat
  8. change "CFBundleName" to:
    Build kJams
  9. edit "/Contents/Resources/English.lproj/InfoPlist.strings"
  10. change both "CFBundleName" and "CFBundleDisplayName" to:
    Build kJams
  11. edit "/Contents/Resources/AppParams.pva"
  12. change "App Path" to:
    Z:\depot\kJams\Development\xplat\proj\win\build.bat
  13. Close out, put this new "app" into /xplat/proj/win/