From: Gilles Depeyrot Date: Tue, 1 May 2001 20:17:33 +0000 (+0000) Subject: added xpmdecod files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/947ea04d016852aa293291069d5c91ce4c6dde60?ds=sidebyside added xpmdecod files added resource files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index e0bc24193e..e628fe490e 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -139,6 +139,7 @@ ALL_SOURCES = \ common/wincmn.cpp \ common/wxchar.cpp \ common/wxexpr.cpp \ + common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ html/helpctrl.cpp \ @@ -367,6 +368,7 @@ ALL_HEADERS = \ wx_cw_d.h \ wxchar.h \ wxexpr.h \ + xpmdecod.h \ wxhtml.h \ wxprec.h \ xpmhand.h \ @@ -528,6 +530,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ + xpmdecod.o \ zipstrm.o \ zstream.o @@ -634,6 +637,7 @@ COMMONDEPS = \ wincmn.d \ wxchar.d \ wxexpr.d \ + xpmdecod.d \ zipstrm.d \ zstream.d @@ -726,7 +730,6 @@ GENERICDEPS = \ # Not included for Mac OS X # dirmac.o # filedlg.o -# notebook.o # statline.o # treectrl.o GUIOBJS = \ @@ -937,3 +940,8 @@ HTMLDEPS = \ m_tables.d \ winpars.d +MACRESOURCES = \ + apprsrc.r \ + carbrsrc.r \ + corersrc.r + diff --git a/src/mac/files.lst b/src/mac/files.lst index e0bc24193e..e628fe490e 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -139,6 +139,7 @@ ALL_SOURCES = \ common/wincmn.cpp \ common/wxchar.cpp \ common/wxexpr.cpp \ + common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ html/helpctrl.cpp \ @@ -367,6 +368,7 @@ ALL_HEADERS = \ wx_cw_d.h \ wxchar.h \ wxexpr.h \ + xpmdecod.h \ wxhtml.h \ wxprec.h \ xpmhand.h \ @@ -528,6 +530,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ + xpmdecod.o \ zipstrm.o \ zstream.o @@ -634,6 +637,7 @@ COMMONDEPS = \ wincmn.d \ wxchar.d \ wxexpr.d \ + xpmdecod.d \ zipstrm.d \ zstream.d @@ -726,7 +730,6 @@ GENERICDEPS = \ # Not included for Mac OS X # dirmac.o # filedlg.o -# notebook.o # statline.o # treectrl.o GUIOBJS = \ @@ -937,3 +940,8 @@ HTMLDEPS = \ m_tables.d \ winpars.d +MACRESOURCES = \ + apprsrc.r \ + carbrsrc.r \ + corersrc.r +