Committing in .
Added Files: wxWindows/samples/menu/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
30
samples/menu/descrip.mms
Normal file
30
samples/menu/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) menu.exe
|
||||||
|
|
||||||
|
menu.exe : menu.obj
|
||||||
|
.ifdef __WXMOTIF__
|
||||||
|
cxxlink menu,menu/opt
|
||||||
|
.endif
|
||||||
|
|
||||||
|
menu.obj : menu.cpp
|
Reference in New Issue
Block a user