kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.38k stars 347 forks source link

Windows compatible makefile #39

Open jacob2512 opened 11 years ago

jacob2512 commented 11 years ago

Tried to run make on the Makefile at cube\src\web in Windows 7, but it fails mainly because of the windows convention of "\" as opposed to "/" in UNIX.

After replacing the slashes, other issues emerge such as

make[1]: Entering directory 'xxx/cube2/src/web/enet' make[1]: *** No rule to make target all'. Stop. make[1]: Leaving directory 'xxx/cube2/src/web/enet' make: *** [libenet] Error 2

Please suggest a suitable way to 'make' on Windows. Else, a Makefile specific to Windows would be useful.