]> Shamusworld >> Repos - ttedit/blobdiff - Makefile
Too many changes between last commit and here. I forgot that
[ttedit] / Makefile
index 75a82fa4e59631229f59b51632e29bb2ec99f378..a9a0602cb2f087cb8ac7c6917c3954263f15b30f 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ WX_VERSION = $(WX_RELEASE).0
 # This is OK
 
 # Note that the -MMD flag is what gives us our automagic dependency information (*.d files)
-# Add -g to compile in debuggin information
+# Add -g to compile in debugging information
 CXXFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -O2 `wx-config --cxxflags` -g
 INCS = -I.
 LIBS = `wx-config --libs`
@@ -62,9 +62,12 @@ PROGRAM = ttedit
 OBJECTS  =            \
        obj/bezier.o      \
        obj/charnames.o   \
+       obj/charwindow.o  \
        obj/debug.o       \
+       obj/editwindow.o  \
        obj/glyphpoints.o \
        obj/registry.o    \
+       obj/toolwindow.o  \
        obj/ttf.o         \
        obj/vector.o      \
        obj/$(PROGRAM).o  \