Files
bullet3/Demos/NativeClient/bin_html/httpd.cmd
Erwin Coumans dc491936a2 rename ObsoleteDemos back to Demos
fix some relative path issues for loading assets
2014-05-12 16:12:01 -07:00

10 lines
130 B
Batchfile

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