X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db5cf2b04a56453518b539f977f326f4c3432d86..26364344e58ae9c384965ff25c6920a75c55184e:/src/common/descrip.mms diff --git a/src/common/descrip.mms b/src/common/descrip.mms index b76258d929..6d6bc44b6f 100644 --- a/src/common/descrip.mms +++ b/src/common/descrip.mms @@ -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