Ali Kämäräinen
3c418e8e0a
Windows batch script enhancements ( #88 )
...
* Make possible to invoke run-cmake.bat, build-ifcopenshell.cmd (now bat), install-ifcopenshell.cmd (now bat) directly from File Explorer or command prompt without VS env vars set, if BuildDepsCache file exists, by utilizing CMake's --build functionality. Do not delete CMakeCache.txt always now in order to keep the build options consistent.
* win/readme.md tweaks + make the line width smaller
* Windows batch files: use the last modified BuildDepsCache. Show an error if GEN_SHORTHAND does not exist.
2016-06-17 22:30:33 +02:00
Stinkfist0
5ee9bed590
CMakeLists.txt for IfcMax. Tested with VS 2015 and 3ds Max + SDK 2016
2016-02-19 22:53:09 +02:00
aothms
10bec3eee0
Replace PYTHONPATH with PYTHONHOME
2016-02-18 14:57:57 +01:00
aothms
4122759f1a
Add option to compile (external) schema by cmake
2016-02-15 16:59:47 +01:00
Stinkfist0
33772a4710
run-cmake.bat & build-all.cmd: fix cmake arguments parsing when arguments passed for the batch scripts
2016-02-06 18:48:18 +02:00
Stinkfist0
d095bfecde
Fix command-line argument parsing in run-cmake.bat and build-all.cmd
2016-02-03 22:16:50 +02:00
Stinkfist0
5c07c8dc95
run-cmake.bat print tweak
2016-02-03 16:15:40 +02:00
Stinkfist0
0fa05faee8
Simplify run-cmake.bat, the script can now be used e.g. run-cmake.bat vs2015-x64 -UDUSE_IFC4=1 -DCMAKE_INSTALL_PREFIX=C:/IfcOpenShell/Ifc4
2016-02-03 16:12:52 +02:00
Stinkfist0
634932e6e7
run-cmake.bat: set CMAKE_INSTALL_PREFIX also when passing extra parameters for the script
2016-02-03 16:10:55 +02:00
Stinkfist0
a041d289c6
Add build-all.cmd script for convenience.
2016-02-03 16:10:55 +02:00
Stinkfist0
f2bdfbd049
Windows build scripts: move build configuration type to a separate file.
2016-02-03 16:10:32 +02:00
Stinkfist0
3224a2cf83
build-ifcopenshell & install-ifcopenshell batch files
2015-12-04 17:33:13 +02:00
Stinkfist0
0877bb0ac3
Windows build scripts: if CMake generator not passed, deduce the generator from VS env vars.
2015-12-01 14:53:16 +02:00
Stinkfist0
90946e0877
Windows build scripts: TODO & indentation tweaks.
2015-11-20 00:45:01 +02:00
Stinkfist0
7caa4e3e1d
Replace cecho.exe with PowerShell snippet, fix exit bug in vs-cfg.cmd, fix Visual Studio download URL, rename IFCOS_NUM_BUILD_PROCESSES -> IFCOS_NUM_BUILD_PROCS
2015-11-19 17:30:55 +02:00
Stinkfist0
8b63959509
Use separate BuildDepsCache.txt for x86 and x64 builds.
2015-11-09 16:04:06 +02:00
Stinkfist0
318779196b
Use BuildDepsCache.txt to store information about used Python version so that it's available for "autonomic" run-cmake.bat runs.
2015-11-05 18:05:20 +02:00
Stinkfist0
26ed16ba52
Make possible to switch between Python 2 & 3 easily. Fixes also possible confusion when having both 32-bit and 64-bit Python installations side by side.
2015-11-03 16:28:30 +02:00
Stinkfist0
7b4d8734ed
run-cmake.bat: ensure Python packages are installed to the right direction.
2015-10-30 22:49:52 +02:00
Stinkfist0
5c0eb05482
Add Windows build scripts from https://github.com/Tridify/IfcOpenShell-SourceForge
2015-10-28 19:43:10 +02:00