mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 12:52:37 +03:00
7 lines
123 B
Batchfile
7 lines
123 B
Batchfile
|
del *.o
|
||
|
|
||
|
echo #define LANG_ENG 1 > lang.h
|
||
|
|
||
|
g++ -c checkers.cpp
|
||
|
g++ -L/usr/X11R6/lib -lX11 -o checkers checkers.o
|
||
|
pause
|