more premake4 fun and tests
This commit is contained in:
9
Demos/NativeClient/bin_html/httpd.cmd
Normal file
9
Demos/NativeClient/bin_html/httpd.cmd
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
REM Relative path of CygWin
|
||||
set CYGWIN=%~dp0%..\third_party\cygwin\bin
|
||||
|
||||
PATH=%CYGWIN%;%PATH%
|
||||
|
||||
python httpd.py
|
||||
Reference in New Issue
Block a user