mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
9 lines
111 B
Batchfile
9 lines
111 B
Batchfile
@echo off
|
|
REM
|
|
REM cnc-patch environment config
|
|
REM
|
|
set PATH=C:\win-builds-patch-32\bin
|
|
gmake clean
|
|
gmake
|
|
pause
|