cp $(X11DIR)/*.cpp $(DISTDIR)/src/x11
cp $(X11DIR)/*.c $(DISTDIR)/src/x11
cp $(X11DIR)/*.xbm $(DISTDIR)/src/x11
+ mkdir $(DISTDIR)/src/mac
+ mkdir $(DISTDIR)/src/mac/corefoundation
+ cp $(WXDIR)/src/mac/corefoundation/*.cpp $(DISTDIR)/src/mac/corefoundation
+ mkdir $(DISTDIR)/include/wx/mac
+ mkdir $(DISTDIR)/include/wx/mac/corefoundation
+ cp $(WXDIR)/include/wx/mac/corefoundation/*.h $(DISTDIR)/include/wx/mac/corefoundation
mkdir $(DISTDIR)/contrib
cp -R $(WXDIR)/contrib $(DISTDIR)
tests/regex/*.pl
tests/regex/*.test
+tests/scopeguard/*.cpp
+
tests/streams/*.cpp
tests/streams/*.h
src/wxWindows.pbproj/project.pbxproj
src/wxWindows.xcode/project.pbxproj
+src/wxWindows.xcodeproj/project.pbxproj
+
src/mac/wxmac.icns
src/mac/carbon/*.cpp
samples/minimal/minimal.pbproj/project.pbxproj
samples/minimal/minimal.xcode/project.pbxproj
+samples/minimal/minimal.xcodeproj/project.pbxproj
SCRIPTDIR=$WXWIN/distrib/msw
WEBFILES=c:/wx2dev/wxWebSite
# Set this to the required version
-VERSION=2.6.0
+VERSION=2.6.1
. $SCRIPTDIR/setup.var
fi
cp $DESTDIR/wxWidgets-$VERSION-win.zip $DESTDIR/wxWidgets-$VERSION-all.zip
- cat $APPDIR/distrib/msw/cw_mac.rsp $APPDIR/distrib/msw/vc.rsp $APPDIR/distrib/msw/x11.rsp $APPDIR/distrib/msw/cocoa.rsp $APPDIR/distrib/msw/motif.rsp $APPDIR/distrib/msw/mac.rsp $APPDIR/distrib/msw/mgl.rsp $APPDIR/distrib/msw/os2.rsp $APPDIR/distrib/msw/palmos.rsp | sort | uniq > /tmp/all.txt
+ cat $APPDIR/distrib/msw/cw_mac.rsp $APPDIR/distrib/msw/vc.rsp $APPDIR/distrib/msw/x11.rsp $APPDIR/distrib/msw/gtk.rsp $APPDIR/distrib/msw/cocoa.rsp $APPDIR/distrib/msw/motif.rsp $APPDIR/distrib/msw/mac.rsp $APPDIR/distrib/msw/mgl.rsp $APPDIR/distrib/msw/os2.rsp $APPDIR/distrib/msw/palmos.rsp | sort | uniq > /tmp/all.txt
zip $ZIPFLAGS -@ -u $DESTDIR/wxWidgets-$VERSION-all.zip < /tmp/all.txt
if [ -d $DESTDIR/wxWidgets-$VERSION ]; then
-include/wx/msw/wince/*.rc
-include/wx/platform.h
-src/gtk/eggtrayicon.h
+include/wx/msw/window.h
+include/wx/msw/listbox.h
+include/src/msw/window.cpp
+include/wx/msw/notebook.h
+include/wx/msw/uxthemep.h
+src/msw/notebook.cpp
+src/msw/tbar95.cpp
+src/msw/helpchm.cpp
+src/generic/grid.cpp
+src/generic/splitter.cpp
+
include/wx/x11/*.h
include/wx/x11/nanox/X11/*.h
+include/wx/mac/corefoundation/*.h
+src/mac/corefoundation/*.cpp
+
docs/x11/*.txt
docs/x11/makewxx11