]> git.saurik.com Git - wxWidgets.git/blobdiff - src/files.lst
Unicode compilation fixes after wxFFile change
[wxWidgets.git] / src / files.lst
index 4fd21e70edba8212aa19dddfac76a069b07212a3..c2d92dd020d47add64e9a8d2c425980121cd1a2e 100644 (file)
@@ -39,6 +39,7 @@ ALL_SOURCES = \
                common/memory.cpp \
                common/mimecmn.cpp \
                common/module.cpp \
+               common/msgout.cpp \
                common/mstream.cpp \
                common/object.cpp \
                common/process.cpp \
@@ -83,12 +84,14 @@ ALL_SOURCES = \
                msw/snglinst.cpp \
                msw/thread.cpp \
                msw/utils.cpp \
-               msw/utilsexc.cpp
+               msw/utilsexc.cpp \
+               msw/volume.cpp
 
 ALL_HEADERS = \
                app.h \
                arrimpl.cpp \
                buffer.h \
+               build.h \
                chkconf.h \
                clntdata.h \
                cmdline.h \
@@ -109,6 +112,7 @@ ALL_HEADERS = \
                dynload.h \
                encconv.h \
                event.h \
+               features.h \
                ffile.h \
                file.h \
                fileconf.h \
@@ -124,7 +128,9 @@ ALL_HEADERS = \
                hash.h \
                hashmap.h \
                intl.h \
+               iosfwrap.h \
                ioswrap.h \
+               ipc.h \
                ipcbase.h \
                isql.h \
                isqlext.h \
@@ -137,6 +143,7 @@ ALL_HEADERS = \
                memtext.h \
                mimetype.h \
                module.h \
+               msgout.h \
                mstream.h \
                object.h \
                platform.h \
@@ -154,6 +161,7 @@ ALL_HEADERS = \
                textbuf.h \
                textfile.h \
                thread.h \
+               thrimpl.cpp \
                time.h \
                timer.h \
                tokenzr.h \
@@ -163,6 +171,7 @@ ALL_HEADERS = \
                variant.h \
                vector.h \
                version.h \
+               volume.h \
                wfstream.h \
                wx.h \
                wxchar.h \
@@ -172,6 +181,7 @@ ALL_HEADERS = \
                unix/gsockunx.h \
                unix/mimetype.h \
                msw/dde.h \
+               msw/gccpriv.h \
                msw/mimetype.h \
                msw/winundef.h \
                protocol/file.h \
@@ -218,6 +228,7 @@ BASE_OBJS = \
                memory.o \
                mimecmn.o \
                module.o \
+               msgout.o \
                mstream.o \
                object.o \
                process.o \
@@ -266,6 +277,7 @@ BASE_MSW_OBJS = \
                snglinst.o \
                thread.o \
                utils.o \
-               utilsexc.o
+               utilsexc.o \
+               volume.o