forked from KolibriOS/kolibrios
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
|