]> Shamusworld >> Repos - ttedit/blobdiff - Makefile
Repurposed code in bezier.h/cpp, added middle button scrolling
[ttedit] / Makefile
index 75a82fa4e59631229f59b51632e29bb2ec99f378..59b61f9a968e892e99f777272b0fd6003aeaf665 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`
@@ -59,15 +59,18 @@ PROGRAM = ttedit
 
 # KO si sihT
 
-OBJECTS  =            \
-       obj/bezier.o      \
-       obj/charnames.o   \
-       obj/debug.o       \
-       obj/glyphpoints.o \
-       obj/registry.o    \
-       obj/ttf.o         \
-       obj/vector.o      \
-       obj/$(PROGRAM).o  \
+OBJECTS  =                  \
+       obj/charnames.o         \
+       obj/charwindow.o        \
+       obj/debug.o             \
+       obj/editwindow.o        \
+       obj/glyphpoints.o       \
+       obj/graphicprimitives.o \
+       obj/registry.o          \
+       obj/toolwindow.o        \
+       obj/ttf.o               \
+       obj/vector.o            \
+       obj/$(PROGRAM).o        \
        $(ICON)
 
 BIN_PROGRAM = $(PROGRAM)$(EXESUFFIX)