]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
Allow style to be specified for ScrolledMessageDialog
[wxWidgets.git] / tests / makefile.gcc
index e66d425be3a8cefe4df3d63aa278394dc01560f7..8a59317f66b3ef7702f3627b81848cd5becf7e36 100644 (file)
@@ -39,7 +39,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_filestream.o \
        $(OBJS)\test_memstream.o \
        $(OBJS)\test_zlibstream.o \
-       $(OBJS)\test_fontmap.o
+       $(OBJS)\test_fontmap.o \
+       $(OBJS)\test_datetime.o
 
 ### Conditionally set variables: ###
 
@@ -223,4 +224,7 @@ $(OBJS)\test_zlibstream.o: ./streams/zlibstream.cpp
 $(OBJS)\test_fontmap.o: ./fontmap/fontmap.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
+$(OBJS)\test_datetime.o: ./datetime/datetime.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
 .PHONY: all clean data