Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,6 +62,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_mbconvtest.o \
|
||||
$(OBJS)\test_dynamiclib.o \
|
||||
$(OBJS)\test_environ.o \
|
||||
$(OBJS)\test_metatest.o \
|
||||
$(OBJS)\test_misctests.o \
|
||||
$(OBJS)\test_module.o \
|
||||
$(OBJS)\test_pathlist.o \
|
||||
@@ -483,6 +484,9 @@ $(OBJS)\test_dynamiclib.o: ./misc/dynamiclib.cpp
|
||||
$(OBJS)\test_environ.o: ./misc/environ.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_metatest.o: ./misc/metatest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_misctests.o: ./misc/misctests.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user