]> git.saurik.com Git - wxWidgets.git/commitdiff
updated CodeWarrior projects for latest wxMac commits
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 9 Feb 2001 21:01:26 +0000 (21:01 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 9 Feb 2001 21:01:26 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 files changed:
samples/caret/makemac.mcp
samples/checklst/makemac.mcp
samples/config/makemac.mcp
samples/docview/.cvsignore
samples/docview/makemac.mcp [new file with mode: 0644]
samples/docvwmdi/.cvsignore
samples/docvwmdi/makemac.mcp [new file with mode: 0644]
samples/dynamic/dynamic.cpp
samples/dynamic/makemac.mcp
samples/event/makemac.mcp
samples/exec/makemac.mcp
samples/font/makemac.mcp
samples/internat/.cvsignore
samples/internat/makemac.mcp [new file with mode: 0644]
samples/mdi/mdi.cpp
samples/minifram/makemac.mcp
samples/minifram/minifram.cpp
samples/thread/makemac.mcp

index 643a9eb3fbe6d155a6e877be1fdf590ff91a4aeb..474492310df81b755a1c9d40814a0f36fe6f3885 100644 (file)
Binary files a/samples/caret/makemac.mcp and b/samples/caret/makemac.mcp differ
index af0a70dbc31ae2dd1e0ef09cd6fbfa160f880d53..f0317034a72733abb0d8574ce1291b10523a7805 100644 (file)
Binary files a/samples/checklst/makemac.mcp and b/samples/checklst/makemac.mcp differ
index ca3f870c98590e43dfa2c94c03223cd9970fa846..23c0f219576032a81ea272f9b0fbba47585c1d0c 100644 (file)
Binary files a/samples/config/makemac.mcp and b/samples/config/makemac.mcp differ
index 451fa3224c32dac89617f85b46691efb6cff7b5d..f7a96bf5b1898ee84b767a6b33a35afebd50f225 100644 (file)
@@ -1 +1,2 @@
 makemac?Data
+PPC?Debug*
diff --git a/samples/docview/makemac.mcp b/samples/docview/makemac.mcp
new file mode 100644 (file)
index 0000000..41b6408
Binary files /dev/null and b/samples/docview/makemac.mcp differ
index 451fa3224c32dac89617f85b46691efb6cff7b5d..f7a96bf5b1898ee84b767a6b33a35afebd50f225 100644 (file)
@@ -1 +1,2 @@
 makemac?Data
+PPC?Debug*
diff --git a/samples/docvwmdi/makemac.mcp b/samples/docvwmdi/makemac.mcp
new file mode 100644 (file)
index 0000000..9fa74bc
Binary files /dev/null and b/samples/docvwmdi/makemac.mcp differ
index 06847f1253f5ea1491f890715b04bcbb0a660806..d1547a2a5f33bab220c1c8bb4aabd62829b422cd 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/wx.h"
 #endif
 
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #include "mondrian.xpm"
 #endif
 
index ec5637ad047f8055bda88620882a815035539cea..b7dc945a74fdfc37be930dabc7927a7c2b5cfcad 100644 (file)
Binary files a/samples/dynamic/makemac.mcp and b/samples/dynamic/makemac.mcp differ
index 0bbed5dafbaa98df69fa228630ba981230ecc848..f2846d56fae4e649d5a79c460a14464764492d0a 100644 (file)
Binary files a/samples/event/makemac.mcp and b/samples/event/makemac.mcp differ
index 55849dbf9a7fe539fa672d79ce7b8b25ca572d5d..2bffa9dfd65d02fab5f8f14dca65d08ade69a21b 100644 (file)
Binary files a/samples/exec/makemac.mcp and b/samples/exec/makemac.mcp differ
index 6f15d732f05e32be8974fe2bb88a1a3b3992b0a3..03fdc5b5588d6fc452089f3a5ed311beaf11754f 100644 (file)
Binary files a/samples/font/makemac.mcp and b/samples/font/makemac.mcp differ
index 451fa3224c32dac89617f85b46691efb6cff7b5d..f7a96bf5b1898ee84b767a6b33a35afebd50f225 100644 (file)
@@ -1 +1,2 @@
 makemac?Data
+PPC?Debug*
diff --git a/samples/internat/makemac.mcp b/samples/internat/makemac.mcp
new file mode 100644 (file)
index 0000000..f78e937
Binary files /dev/null and b/samples/internat/makemac.mcp differ
index 6ccae6ba4f00046e4327e7dc4cf97e670eeed2b3..6e84cdb231e7ebfdd15dc0f6684ced229a0ff0f0 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <wx/toolbar.h>
 
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
     #include "mondrian.xpm"
     #include "bitmaps/new.xpm"
     #include "bitmaps/open.xpm"
index a3d3cc88fe7b332fafec041906dee115be754e93..24db64bbd9b5f9bac6a0a9642a3aba69e356dad3 100644 (file)
Binary files a/samples/minifram/makemac.mcp and b/samples/minifram/makemac.mcp differ
index 58ffabc0239a9c23d18b410bd6c0d815d916f77e..812f32cc4b4b61aef4338ca9fbe77f3889e2b58f 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/toolbar.h"
 #include "minifram.h"
 
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #include "mondrian.xpm"
 #include "bitmaps/new.xpm"
 #include "bitmaps/open.xpm"
index 12218f1b044299e86e5ff3160495144a3fe52822..a2329207bafbc98f7d622d0d65b016b131b9608d 100644 (file)
Binary files a/samples/thread/makemac.mcp and b/samples/thread/makemac.mcp differ