Files
bullet3/Demos/NativeClient/bin_html/httpd.cmd
2011-09-03 00:27:54 +00:00

10 lines
139 B
Batchfile

@echo off
setlocal
REM Relative path of CygWin
set CYGWIN=%~dp0%..\third_party\cygwin\bin
PATH=%CYGWIN%;%PATH%
python httpd.py