mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-10 15:29:30 +00:00
10 lines
130 B
Batchfile
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
|