mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-09 06:49:31 +00:00
10 lines
139 B
Batchfile
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
|