mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
7 lines
46 B
Batchfile
Executable File
7 lines
46 B
Batchfile
Executable File
@echo off
|
|
PATH=D:\gcc\bin;%PATH%
|
|
|
|
make
|
|
|
|
pause
|