]> git.saurik.com Git - wxWidgets.git/commitdiff
Added corefoundation files to release scripts
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jun 2005 14:10:57 +0000 (14:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jun 2005 14:10:57 +0000 (14:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/make_dist.mk
distrib/msw/generic.rsp
distrib/msw/mac.rsp
distrib/msw/makesetup.sh
distrib/msw/patch.rsp
distrib/msw/x11.rsp

index 88f3caf0167e814990611362e622d8e1147d5b95..f1c486334dee9708bfa6ba09f79f9c2f1ffb63e8 100644 (file)
@@ -240,6 +240,12 @@ X11_DIST: ALL_GUI_DIST UNIV_DIST
        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)
 
index 490bcfa8c685749418724a8e2451525390fb6814..0c8637c0e967482dd88109be18e03ab06aaf4c05 100644 (file)
@@ -1415,6 +1415,8 @@ tests/regex/*.inc
 tests/regex/*.pl
 tests/regex/*.test
 
+tests/scopeguard/*.cpp
+
 tests/streams/*.cpp
 tests/streams/*.h
 
index 6208be8092d808f3f2ec02a734769c626d0ce40b..295a89b7e8fc313ec9e54b522b793ba6b63249aa 100644 (file)
@@ -28,6 +28,8 @@ samples/html/htmlctrl/*.bkl
 src/wxWindows.pbproj/project.pbxproj
 src/wxWindows.xcode/project.pbxproj
 
+src/wxWindows.xcodeproj/project.pbxproj
+
 src/mac/wxmac.icns
 
 src/mac/carbon/*.cpp
@@ -68,4 +70,5 @@ include/wx/mac/corefoundation/*.h
 
 samples/minimal/minimal.pbproj/project.pbxproj
 samples/minimal/minimal.xcode/project.pbxproj
+samples/minimal/minimal.xcodeproj/project.pbxproj
 
index 7afe376ecb9881d0dfcd60886d687398a2b548a9..646b512fd756966571c5b5fd8590fc87dad6fc47 100644 (file)
@@ -25,7 +25,7 @@ PROGNAME=$0
 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
 
@@ -267,7 +267,7 @@ dospinwxall()
     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
index 867e2aef00a8797c7b5f38b50f097ad01afcbe9f..537c676392e80918141e09e66d8d755e704b8d56 100644 (file)
@@ -1,3 +1,11 @@
-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
+
index 864e3bc340d07dd7c2a6df536f46a81ed9be92ce..172e60db0910c2abb1d1057e698e6f41b0256127 100644 (file)
@@ -9,6 +9,9 @@ src/x11/*.xbm
 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