Changes between Version 24 and Version 25 of Windows build instructions
- Timestamp:
- Mar 3, 2009 11:15:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows build instructions
v24 v25 45 45 cscript configure.vbs 46 46 }}} 47 If The script finds all the tools necessary, it will output two files: ` LocalConfig.kmk` containing information where to find the tools on your system and `env.bat`, a batch file to setup your environment for building !VirtualBox. You only have to execute this step once, unless something about your tools changes in which case you have to repeat the above step. Keep in mind that the script always overwrites the two generated files so you should not manually edit them.47 If The script finds all the tools necessary, it will output two files: `AutoConfig.kmk` containing information where to find the tools on your system and `env.bat`, a batch file to setup your environment for building !VirtualBox. You only have to execute this step once, unless something about your tools changes in which case you have to repeat the above step. Keep in mind that the script always overwrites the two generated files so you should not manually edit them. 48 48 49 49 2. Change to the root directory of the sources and enter our build shell environment: `env.bat`.