Makefile

changeset 33
fd35f6cb5f28
parent 22
b48e10ca8832
--- a/Makefile	Mon Jul 16 16:15:16 2012 +0300
+++ b/Makefile	Tue Jul 17 20:35:43 2012 +0300
@@ -8,7 +8,9 @@
 	g++ -Wall -c -o commands.o commands.cxx
 	g++ -Wall -c -o stringtable.o stringtable.cxx
 	g++ -Wall -c -o variables.o variables.cxx
-	g++ -Wall -o botc scriptreader.o objwriter.o str.o main.o parser.o events.o commands.o stringtable.o variables.o
+	g++ -Wall -c -o preprocessor.o preprocessor.cxx
+	g++ -Wall -o botc scriptreader.o objwriter.o str.o main.o parser.o events.o \
+		commands.o stringtable.o variables.o preprocessor.o
 
 clean:
 	rm -f *.o *~ botc

mercurial