X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=a9a0602cb2f087cb8ac7c6917c3954263f15b30f;hb=20195737e60552ca35c3212db45ece6c4db6bb1d;hp=75a82fa4e59631229f59b51632e29bb2ec99f378;hpb=6d13a5166688e470590692eb91c3915ab332fe36;p=ttedit diff --git a/Makefile b/Makefile index 75a82fa..a9a0602 100755 --- 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 \