]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/descrip.mms
As small as possible reorganization within wxDateTime to please PCH in DLL build...
[wxWidgets.git] / src / common / descrip.mms
index b76258d929b4a03103275577969763695292fd56..6d6bc44b6f8150592fbe22090c775af2af4e9f2b 100644 (file)
@@ -77,6 +77,7 @@ OBJECTS = \
                encconv.obj,\
                event.obj,\
                extended.obj,\
+               fddlgcmn.obj,\
                ffile.obj,\
                file.obj,\
                fileconf.obj,\
@@ -142,6 +143,7 @@ OBJECTS1=fs_inet.obj,\
                socket.obj,\
                settcmn.obj,\
                statbar.obj,\
+               stdpbase.obj,\
                stockitem.obj,\
                stopwatch.obj,\
                strconv.obj,\
@@ -157,11 +159,11 @@ OBJECTS1=fs_inet.obj,\
                toplvcmn.obj,\
                treebase.obj,\
                txtstrm.obj,\
-               unzip.obj,\
                url.obj
 
 OBJECTS2=utilscmn.obj,\
                rgncmn.obj,\
+               uri.obj,\
                valgen.obj,\
                validate.obj,\
                valtext.obj,\
@@ -216,6 +218,7 @@ SOURCES = \
                event.cpp,\
                extended.c,\
                ffile.cpp,\
+               fddlgcmn.cpp,\
                file.cpp,\
                fileconf.cpp,\
                filename.cpp,\
@@ -281,6 +284,7 @@ SOURCES = \
                socket.cpp,\
                settcmn.cpp,\
                statbar.cpp,\
+               stdpbase.cpp,\
                stockitem.cpp,\
                stopwatch.cpp,\
                strconv.cpp,\
@@ -296,7 +300,6 @@ SOURCES = \
                toplvcmn.cpp,\
                treebase.cpp,\
                txtstrm.cpp,\
-               unzip.c,\
                url.cpp,\
                utilscmn.cpp,\
                valgen.cpp,\
@@ -323,6 +326,7 @@ SOURCES = \
                radiocmn.cpp,\
                regex.cpp,\
                taskbarcmn.cpp,\
+               uri.cpp,\
                xti.cpp,\
                xtistrm.cpp,\
                xtixml.cpp
@@ -388,6 +392,7 @@ encconv.obj : encconv.cpp
 event.obj : event.cpp
 extended.obj : extended.c
 ffile.obj : ffile.cpp
+fddlgcmn.obj : fddlgcmn.cpp
 file.obj : file.cpp
 fileconf.obj : fileconf.cpp
 filefn.obj : filefn.cpp
@@ -453,6 +458,7 @@ sizer.obj : sizer.cpp
 socket.obj : socket.cpp
 settcmn.obj : settcmn.cpp
 statbar.obj : statbar.cpp
+stdpbase.obj : stdpbase.cpp
 stockitem.obj : stockitem.cpp
 stopwatch.obj : stopwatch.cpp
 strconv.obj : strconv.cpp
@@ -468,7 +474,6 @@ tokenzr.obj : tokenzr.cpp
 toplvcmn.obj : toplvcmn.cpp
 treebase.obj : treebase.cpp
 txtstrm.obj : txtstrm.cpp
-unzip.obj : unzip.c
 url.obj : url.cpp
 utilscmn.obj : utilscmn.cpp
 valgen.obj : valgen.cpp
@@ -498,3 +503,4 @@ taskbarcmn.obj : taskbarcmn.cpp
 xti.obj : xti.cpp
 xtistrm.obj : xtistrm.cpp
 xtixml.obj : xtixml.cpp
+uri.obj : uri.cpp