mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-30 18:24:25 +03:00
8 lines
124 B
Batchfile
8 lines
124 B
Batchfile
|
del *.o
|
||
|
|
||
|
echo #define LANG_RUS 1 > lang.h
|
||
|
|
||
|
g++ -c checkers.cpp
|
||
|
g++ -L/usr/X11R6/lib -lX11 -o checkers checkers.o
|
||
|
pause
|