1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00
cnc-ddraw/build.cmd

10 lines
253 B
Batchfile
Raw Normal View History

@echo off
REM
2024-03-22 22:57:28 +01:00
REM patch environment config
REM
set PATH=C:\w64devkit\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\
2023-10-22 11:28:22 +02:00
make clean
make
2024-04-26 01:41:38 +02:00
REM make DEBUG=1
pause