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.
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.