From: Julian Smart Date: Fri, 28 May 1999 14:54:01 +0000 (+0000) Subject: Added rc and def files for new samples X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c0890656219df340e90c8f3ba230c50490096aa Added rc and def files for new samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/caret/caret.def b/samples/caret/caret.def new file mode 100644 index 0000000000..276cb67e1b --- /dev/null +++ b/samples/caret/caret.def @@ -0,0 +1,7 @@ +NAME Caret +DESCRIPTION 'Caret wxWindows application' +EXETYPE WINDOWS +CODE PRELOAD MOVEABLE DISCARDABLE +DATA PRELOAD MOVEABLE MULTIPLE +HEAPSIZE 4048 +STACKSIZE 16000 diff --git a/samples/caret/caret.rc b/samples/caret/caret.rc new file mode 100644 index 0000000000..82bdf07561 --- /dev/null +++ b/samples/caret/caret.rc @@ -0,0 +1,2 @@ +#include "wx/msw/wx.rc" + diff --git a/samples/drawing/drawing.def b/samples/drawing/drawing.def new file mode 100644 index 0000000000..aa517eeb7a --- /dev/null +++ b/samples/drawing/drawing.def @@ -0,0 +1,7 @@ +NAME Drawing +DESCRIPTION 'Drawing wxWindows application' +EXETYPE WINDOWS +CODE PRELOAD MOVEABLE DISCARDABLE +DATA PRELOAD MOVEABLE MULTIPLE +HEAPSIZE 4048 +STACKSIZE 16000 diff --git a/samples/drawing/drawing.rc b/samples/drawing/drawing.rc new file mode 100644 index 0000000000..b86c4e2265 --- /dev/null +++ b/samples/drawing/drawing.rc @@ -0,0 +1 @@ +#include "wx/msw/wx.rc" diff --git a/samples/scroll/scroll.def b/samples/scroll/scroll.def new file mode 100644 index 0000000000..98cf963b6f --- /dev/null +++ b/samples/scroll/scroll.def @@ -0,0 +1,7 @@ +NAME Scroll +DESCRIPTION 'Scroll wxWindows application' +EXETYPE WINDOWS +CODE PRELOAD MOVEABLE DISCARDABLE +DATA PRELOAD MOVEABLE MULTIPLE +HEAPSIZE 4048 +STACKSIZE 16000 diff --git a/samples/scroll/scroll.rc b/samples/scroll/scroll.rc new file mode 100644 index 0000000000..82bdf07561 --- /dev/null +++ b/samples/scroll/scroll.rc @@ -0,0 +1,2 @@ +#include "wx/msw/wx.rc" +