build.bat 220 B

1234567
  1. python ../../../../oxygine-framework//tools/others/embed_folder_js.py -s ../data
  2. mkdir build
  3. cd build
  4. cmake -DCMAKE_TOOLCHAIN_FILE="%EMSCRIPTEN%/cmake/Modules/Platform/emscripten.cmake" -G"Unix Makefiles" ..
  5. make
  6. cd ..