]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/makefile.wat
assert is raised when using the thread sample (which works) so the test is
[wxWidgets.git] / src / mgl / makefile.wat
index 131475352dc1689cf503a63e5c4dc3da1acf1bb3..4a121b3f4a301d8c316675a38800514cf0c8116a 100644 (file)
@@ -102,6 +102,7 @@ COMMONOBJS = &
        cshelp.obj &
        ctrlcmn.obj &
        ctrlsub.obj &
+       datacmn.obj &
        datetime.obj &
        datstrm.obj &
        db.obj &
@@ -195,6 +196,7 @@ COMMONOBJS = &
        stream.obj &
        string.obj &
        sysopt.obj &
+       taskbarcmn.obj &
        tbarbase.obj &
        textbuf.obj &
        textcmn.obj &
@@ -578,6 +580,9 @@ ctrlcmn.obj:     $(COMMDIR)\ctrlcmn.cpp
 ctrlsub.obj:     $(COMMDIR)\ctrlsub.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
+datacmn.obj:     $(COMMDIR)\datacmn.cpp
+  *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
 datetime.obj:     $(COMMDIR)\datetime.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
@@ -857,6 +862,9 @@ string.obj:     $(COMMDIR)\string.cpp
 sysopt.obj:     $(COMMDIR)\sysopt.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
+taskbarcmn.obj:     $(COMMDIR)\taskbarcmn.cpp
+  *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
 tbarbase.obj:     $(COMMDIR)\tbarbase.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<