forked from KolibriOS/kolibrios
7156671f0b
git-svn-id: svn://kolibrios.org@4652 a494cfbc-eb01-0410-851d-a64ba20cac60
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
|