Jukka Jylänki
|
1c4c4816b7
|
Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove reference to juj/vs-tool emxxx.exe in favor of the new .bat files.
|
2013-04-07 10:26:35 +03:00 |
Jukka Jylänki
|
3fde22e833
|
Adjust default compiler and linker flags when using cmake. With emscripten, -O2 is ignored when compiling .bc files, so pass it to linker instead.
|
2013-01-14 02:44:03 +02:00 |
Jukka Jylänki
|
9b84674415
|
Explicitly pass the emscripten compiler file suffixes to cmake on Windows to fix cmake em++ invocation on Windows Vista.
|
2012-11-15 13:50:36 +02:00 |
Jukka Jylänki
|
ef0fa03b4b
|
Try to locate emcc in cmake based on the cmake toolchain directory structure to avoid having to set EMSCRIPTEN environment variable on unix. Remove the temporary workaround for other.test_cmake, which shouldn't now be needed.
|
2012-11-14 00:55:11 +02:00 |
Jukka Jylänki
|
5e76172841
|
Update cmake scripts.
|
2012-11-12 22:46:30 +02:00 |
Jukka Jylänki
|
f77bffef09
|
Make separate cmake files for unix and windows cmake toolchains. On Windows, specifying the absolute path to emcc causes cmake to fail. On Linux, one must specify absolute path to emcc, or cmake fails. Moreover, since this is a toolchain file that is describing the system, no cmake variables seem to be available to query the platform, so make these separate.
|
2012-11-12 22:25:12 +02:00 |
Jukka Jylänki
|
2b03402687
|
Added cmake toolchain file for Emscripten and a other.test_cmake to tests its functionality.
|
2012-11-12 21:14:20 +02:00 |