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
This commit is contained in:
parent
012a03e092
commit
0c08906562
7
samples/caret/caret.def
Normal file
7
samples/caret/caret.def
Normal file
@ -0,0 +1,7 @@
|
||||
NAME Caret
|
||||
DESCRIPTION 'Caret wxWindows application'
|
||||
EXETYPE WINDOWS
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
DATA PRELOAD MOVEABLE MULTIPLE
|
||||
HEAPSIZE 4048
|
||||
STACKSIZE 16000
|
2
samples/caret/caret.rc
Normal file
2
samples/caret/caret.rc
Normal file
@ -0,0 +1,2 @@
|
||||
#include "wx/msw/wx.rc"
|
||||
|
7
samples/drawing/drawing.def
Normal file
7
samples/drawing/drawing.def
Normal file
@ -0,0 +1,7 @@
|
||||
NAME Drawing
|
||||
DESCRIPTION 'Drawing wxWindows application'
|
||||
EXETYPE WINDOWS
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
DATA PRELOAD MOVEABLE MULTIPLE
|
||||
HEAPSIZE 4048
|
||||
STACKSIZE 16000
|
1
samples/drawing/drawing.rc
Normal file
1
samples/drawing/drawing.rc
Normal file
@ -0,0 +1 @@
|
||||
#include "wx/msw/wx.rc"
|
7
samples/scroll/scroll.def
Normal file
7
samples/scroll/scroll.def
Normal file
@ -0,0 +1,7 @@
|
||||
NAME Scroll
|
||||
DESCRIPTION 'Scroll wxWindows application'
|
||||
EXETYPE WINDOWS
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
DATA PRELOAD MOVEABLE MULTIPLE
|
||||
HEAPSIZE 4048
|
||||
STACKSIZE 16000
|
2
samples/scroll/scroll.rc
Normal file
2
samples/scroll/scroll.rc
Normal file
@ -0,0 +1,2 @@
|
||||
#include "wx/msw/wx.rc"
|
||||
|
Loading…
Reference in New Issue
Block a user