Committing in .
Compliations of samples/checklst on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/checklst/checklst.opt wxWindows/samples/checklst/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
20947e08ca
commit
abd7a159d2
@ -19,6 +19,8 @@ all : setup.h
|
|||||||
$(MMS)$(MMSQUALIFIERS)
|
$(MMS)$(MMSQUALIFIERS)
|
||||||
set default [-.caret]
|
set default [-.caret]
|
||||||
$(MMS)$(MMSQUALIFIERS)
|
$(MMS)$(MMSQUALIFIERS)
|
||||||
|
set default [-.checklst]
|
||||||
|
$(MMS)$(MMSQUALIFIERS)
|
||||||
set default [-.dialogs]
|
set default [-.dialogs]
|
||||||
$(MMS)$(MMSQUALIFIERS)
|
$(MMS)$(MMSQUALIFIERS)
|
||||||
set default [-.image]
|
set default [-.image]
|
||||||
|
6
samples/checklst/checklst.opt
Normal file
6
samples/checklst/checklst.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/checklst/descrip.mms
Normal file
30
samples/checklst/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) checklst.exe
|
||||||
|
|
||||||
|
checklst.exe : checklst.obj
|
||||||
|
.ifdef __WXMOTIF__
|
||||||
|
cxxlink checklst,checklst/opt
|
||||||
|
.endif
|
||||||
|
|
||||||
|
checklst.obj : checklst.cpp
|
Loading…
Reference in New Issue
Block a user