Committing in .
Support for the samples bombs and caret on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/bombs/bombs.opt wxWindows/samples/bombs/descrip.mms wxWindows/samples/caret/caret.opt wxWindows/samples/caret/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
descrip.mms
12
descrip.mms
@@ -15,13 +15,17 @@ all : setup.h
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.motif]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [--.samples.dialogs]
|
||||
set default [--.samples.bombs]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.samples.image]
|
||||
set default [-.caret]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.samples.menu]
|
||||
set default [-.dialogs]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.samples.minimal]
|
||||
set default [-.image]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.menu]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
set default [-.minimal]
|
||||
$(MMS)$(MMSQUALIFIERS)
|
||||
|
||||
setup.h : setup.h_vms
|
||||
|
6
samples/bombs/bombs.opt
Normal file
6
samples/bombs/bombs.opt
Normal file
@@ -0,0 +1,6 @@
|
||||
[--.lib]libwx_motif.olb/lib
|
||||
sys$library:decw$xlibshr.exe/share
|
||||
sys$library:decw$xtlibshrr5.exe/share
|
||||
sys$library:decw$xmlibshr12.exe/share
|
||||
sys$library:decw$xmulibshrr5.exe/share
|
||||
X11:libxpm.olb/lib
|
32
samples/bombs/descrip.mms
Normal file
32
samples/bombs/descrip.mms
Normal file
@@ -0,0 +1,32 @@
|
||||
#*****************************************************************************
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
|
||||
# Date : 10 November 1999 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
define wx [--.include.wx]
|
||||
|
||||
.ifdef __WXMOTIF__
|
||||
CXX_DEFINE = /define=(__WXMOTIF__=1)
|
||||
.else
|
||||
CXX_DEFINE =
|
||||
.endif
|
||||
|
||||
.suffixes : .cpp
|
||||
|
||||
.cpp.obj :
|
||||
cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
|
||||
|
||||
all :
|
||||
$(MMS)$(MMSQUALIFIERS) game.exe
|
||||
|
||||
game.exe : game.obj bombs1.obj bombs.obj
|
||||
.ifdef __WXMOTIF__
|
||||
cxxlink game,bombs1,bombs,bombs/opt
|
||||
.endif
|
||||
|
||||
game.obj : game.cpp
|
||||
bombs1.obj : bombs1.cpp
|
||||
bombs.obj : bombs.cpp
|
6
samples/caret/caret.opt
Normal file
6
samples/caret/caret.opt
Normal file
@@ -0,0 +1,6 @@
|
||||
[--.lib]libwx_motif.olb/lib
|
||||
sys$library:decw$xlibshr.exe/share
|
||||
sys$library:decw$xtlibshrr5.exe/share
|
||||
sys$library:decw$xmlibshr12.exe/share
|
||||
sys$library:decw$xmulibshrr5.exe/share
|
||||
X11:libxpm.olb/lib
|
30
samples/caret/descrip.mms
Normal file
30
samples/caret/descrip.mms
Normal file
@@ -0,0 +1,30 @@
|
||||
#*****************************************************************************
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
|
||||
# Date : 10 November 1999 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
define wx [--.include.wx]
|
||||
|
||||
.ifdef __WXMOTIF__
|
||||
CXX_DEFINE = /define=(__WXMOTIF__=1)
|
||||
.else
|
||||
CXX_DEFINE =
|
||||
.endif
|
||||
|
||||
.suffixes : .cpp
|
||||
|
||||
.cpp.obj :
|
||||
cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
|
||||
|
||||
all :
|
||||
$(MMS)$(MMSQUALIFIERS) caret.exe
|
||||
|
||||
caret.exe : caret.obj
|
||||
.ifdef __WXMOTIF__
|
||||
cxxlink caret,caret/opt
|
||||
.endif
|
||||
|
||||
caret.obj : caret.cpp
|
Reference in New Issue
Block a user