For OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
samples/checklst/checklst.rcO
Normal file
4
samples/checklst/checklst.rcO
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ICON 1 PRELOAD "mondros2.ico"
|
||||||
|
|
||||||
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
44
samples/checklst/makefile.va
Normal file
44
samples/checklst/makefile.va
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# File: makefile.va
|
||||||
|
# Author: David Webster
|
||||||
|
# Created: 1999
|
||||||
|
# Updated:
|
||||||
|
# Copyright: (c) David Webster
|
||||||
|
#
|
||||||
|
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
|
||||||
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||||
|
|
||||||
|
# Set WXDIR for your system
|
||||||
|
WXDIR=$(WXWIN)
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeva.env
|
||||||
|
|
||||||
|
#
|
||||||
|
# Define which program this is and what it's path is and where to output to
|
||||||
|
#
|
||||||
|
PROGRAM=checklst
|
||||||
|
THISDIR=$(WXWIN)\samples\$(PROGRAM)
|
||||||
|
OPATH=$(THISDIR)\$D
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure output directory is available
|
||||||
|
#
|
||||||
|
!if [md $(OPATH)]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard definitions
|
||||||
|
#
|
||||||
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
|
.cpp{$OPATH}.obj:
|
||||||
|
@echo $<
|
||||||
|
icc @<<
|
||||||
|
$(CPPFLAGS) /Fo$@ /Tp $<
|
||||||
|
<<
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.va
|
||||||
|
|
BIN
samples/checklst/mondros2.ico
Normal file
BIN
samples/checklst/mondros2.ico
Normal file
Binary file not shown.
4
samples/dialogs/dialogs.rcO
Normal file
4
samples/dialogs/dialogs.rcO
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ICON 1 PRELOAD "dialogs.ico"
|
||||||
|
|
||||||
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
44
samples/dialogs/makefile.va
Normal file
44
samples/dialogs/makefile.va
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# File: makefile.va
|
||||||
|
# Author: David Webster
|
||||||
|
# Created: 1999
|
||||||
|
# Updated:
|
||||||
|
# Copyright: (c) David Webster
|
||||||
|
#
|
||||||
|
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
|
||||||
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||||
|
|
||||||
|
# Set WXDIR for your system
|
||||||
|
WXDIR=$(WXWIN)
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeva.env
|
||||||
|
|
||||||
|
#
|
||||||
|
# Define which program this is and what it's path is and where to output to
|
||||||
|
#
|
||||||
|
PROGRAM=dialogs
|
||||||
|
THISDIR=$(WXWIN)\samples\$(PROGRAM)
|
||||||
|
OPATH=$(THISDIR)\$D
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure output directory is available
|
||||||
|
#
|
||||||
|
!if [md $(OPATH)]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard definitions
|
||||||
|
#
|
||||||
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
|
.cpp{$OPATH}.obj:
|
||||||
|
@echo $<
|
||||||
|
icc @<<
|
||||||
|
$(CPPFLAGS) /Fo$@ /Tp $<
|
||||||
|
<<
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.va
|
||||||
|
|
4
samples/image/image.rco
Normal file
4
samples/image/image.rco
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ICON 1 PRELOAD "dialogs.ico"
|
||||||
|
|
||||||
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
44
samples/image/makefile.va
Normal file
44
samples/image/makefile.va
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# File: makefile.va
|
||||||
|
# Author: David Webster
|
||||||
|
# Created: 1999
|
||||||
|
# Updated:
|
||||||
|
# Copyright: (c) David Webster
|
||||||
|
#
|
||||||
|
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
|
||||||
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||||
|
|
||||||
|
# Set WXDIR for your system
|
||||||
|
WXDIR=$(WXWIN)
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeva.env
|
||||||
|
|
||||||
|
#
|
||||||
|
# Define which program this is and what it's path is and where to output to
|
||||||
|
#
|
||||||
|
PROGRAM=image
|
||||||
|
THISDIR=$(WXWIN)\samples\$(PROGRAM)
|
||||||
|
OPATH=$(THISDIR)\$D
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure output directory is available
|
||||||
|
#
|
||||||
|
!if [md $(OPATH)]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard definitions
|
||||||
|
#
|
||||||
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
|
.cpp{$OPATH}.obj:
|
||||||
|
@echo $<
|
||||||
|
icc @<<
|
||||||
|
$(CPPFLAGS) /Fo$@ /Tp $<
|
||||||
|
<<
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.va
|
||||||
|
|
@@ -32,7 +32,7 @@ OPATH=$(THISDIR)\$D
|
|||||||
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
PROGRES=$(OPATH)\$(PROGRAM).res
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
PROGTARGET=$(OPATH)\$(PROGRAM).exe
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
.cpp{$OPATH}.obj:
|
.cpp{$OPATH}.obj:
|
||||||
@echo $<
|
@echo $<
|
||||||
|
@@ -32,7 +32,7 @@ OPATH=$(THISDIR)\$D
|
|||||||
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
PROGRES=$(OPATH)\$(PROGRAM).res
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
PROGTARGET=$(OPATH)\$(PROGRAM).exe
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
.cpp{$OPATH}.obj:
|
.cpp{$OPATH}.obj:
|
||||||
@echo $<
|
@echo $<
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
ICON 1 PRELOAD "mondros2.ico"
|
ICON 1 PRELOAD "mondros2.ico"
|
||||||
#include "wx/os2/wx.rc"
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
||||||
#define MINIMAL_QUIT 1
|
#define MINIMAL_QUIT 1
|
||||||
#define MINIMAL_ABOUT 102
|
#define MINIMAL_ABOUT 102
|
||||||
|
44
samples/notebook/makefile.va
Normal file
44
samples/notebook/makefile.va
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# File: makefile.va
|
||||||
|
# Author: David Webster
|
||||||
|
# Created: 1999
|
||||||
|
# Updated:
|
||||||
|
# Copyright: (c) David Webster
|
||||||
|
#
|
||||||
|
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
|
||||||
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||||
|
|
||||||
|
# Set WXDIR for your system
|
||||||
|
WXDIR=$(WXWIN)
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeva.env
|
||||||
|
|
||||||
|
#
|
||||||
|
# Define which program this is and what it's path is and where to output to
|
||||||
|
#
|
||||||
|
PROGRAM=notebook
|
||||||
|
THISDIR=$(WXWIN)\samples\$(PROGRAM)
|
||||||
|
OPATH=$(THISDIR)\$D
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure output directory is available
|
||||||
|
#
|
||||||
|
!if [md $(OPATH)]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard definitions
|
||||||
|
#
|
||||||
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
|
.cpp{$OPATH}.obj:
|
||||||
|
@echo $<
|
||||||
|
icc @<<
|
||||||
|
$(CPPFLAGS) /Fo$@ /Tp $<
|
||||||
|
<<
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.va
|
||||||
|
|
BIN
samples/notebook/mondros2.ico
Normal file
BIN
samples/notebook/mondros2.ico
Normal file
Binary file not shown.
4
samples/notebook/notebook.rcO
Normal file
4
samples/notebook/notebook.rcO
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ICON 1 PRELOAD "mondros2.ico"
|
||||||
|
|
||||||
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
@@ -32,7 +32,7 @@ OPATH=$(THISDIR)\$D
|
|||||||
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
PROGRES=$(OPATH)\$(PROGRAM).res
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
PROGTARGET=$(OPATH)\$(PROGRAM).exe
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
.cpp{$OPATH}.obj:
|
.cpp{$OPATH}.obj:
|
||||||
@echo $<
|
@echo $<
|
||||||
|
44
samples/toolbar/makefile.va
Normal file
44
samples/toolbar/makefile.va
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# File: makefile.va
|
||||||
|
# Author: David Webster
|
||||||
|
# Created: 1999
|
||||||
|
# Updated:
|
||||||
|
# Copyright: (c) David Webster
|
||||||
|
#
|
||||||
|
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
|
||||||
|
# Use FINAL=1 argument to nmake to build final version with no debug info.
|
||||||
|
|
||||||
|
# Set WXDIR for your system
|
||||||
|
WXDIR=$(WXWIN)
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeva.env
|
||||||
|
|
||||||
|
#
|
||||||
|
# Define which program this is and what it's path is and where to output to
|
||||||
|
#
|
||||||
|
PROGRAM=tbar
|
||||||
|
THISDIR=$(WXWIN)\samples\$(PROGRAM)
|
||||||
|
OPATH=$(THISDIR)\$D
|
||||||
|
|
||||||
|
#
|
||||||
|
# Make sure output directory is available
|
||||||
|
#
|
||||||
|
!if [md $(OPATH)]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard definitions
|
||||||
|
#
|
||||||
|
PROGRC=$(THISDIR)\$(PROGRAM).rcO
|
||||||
|
OBJECTS=$(OPATH)\$(PROGRAM).obj
|
||||||
|
PROGRES=$(OPATH)\$(PROGRAM).res
|
||||||
|
PROGTARGET=E:\TEMP\$(PROGRAM).exe
|
||||||
|
|
||||||
|
.cpp{$OPATH}.obj:
|
||||||
|
@echo $<
|
||||||
|
icc @<<
|
||||||
|
$(CPPFLAGS) /Fo$@ /Tp $<
|
||||||
|
<<
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.va
|
||||||
|
|
BIN
samples/toolbar/mondros2.ico
Normal file
BIN
samples/toolbar/mondros2.ico
Normal file
Binary file not shown.
13
samples/toolbar/toolbar.rco
Normal file
13
samples/toolbar/toolbar.rco
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
ICON 1 PRELOAD "mondros2.ico"
|
||||||
|
|
||||||
|
BITMAP 2000 LOADONCALL "bitmaps\\new.bmp"
|
||||||
|
BITMAP 2001 LOADONCALL "bitmaps\\open.bmp"
|
||||||
|
BITMAP 2002 LOADONCALL "bitmaps\\save.bmp"
|
||||||
|
BITMAP 2003 LOADONCALL "bitmaps\\copy.bmp"
|
||||||
|
BITMAP 2004 LOADONCALL "bitmaps\\cut.bmp"
|
||||||
|
BITMAP 2005 LOADONCALL "bitmaps\\paste.bmp"
|
||||||
|
BITMAP 2006 LOADONCALL "bitmaps\\print.bmp"
|
||||||
|
BITMAP 2007 LOADONCALL "bitmaps\\help.bmp"
|
||||||
|
|
||||||
|
RCINCLUDE \dev\wx2\WxWindows\include\wx\os2\wx.rc
|
||||||
|
|
Reference in New Issue
Block a user