Committing in .
Makefile for VMS used to generate files in src/generic Added Files: wxWindows/src/generic/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e0b3e85b5a
commit
ff52285867
140
src/generic/descrip.mms
Normal file
140
src/generic/descrip.mms
Normal file
@ -0,0 +1,140 @@
|
||||
#*****************************************************************************
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
|
||||
# Date : 9 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
|
||||
|
||||
OBJECTS = \
|
||||
busyinfo.obj,\
|
||||
caret.obj,\
|
||||
choicdgg.obj,\
|
||||
colrdlgg.obj,\
|
||||
dcpsg.obj,\
|
||||
dirdlgg.obj,\
|
||||
fontdlgg.obj,\
|
||||
grid.obj,\
|
||||
helpext.obj,\
|
||||
helphtml.obj,\
|
||||
helpwxht.obj,\
|
||||
helpxlp.obj,\
|
||||
imaglist.obj,\
|
||||
laywin.obj,\
|
||||
listctrl.obj,\
|
||||
logg.obj,\
|
||||
msgdlgg.obj,\
|
||||
notebook.obj,\
|
||||
numdlgg.obj,\
|
||||
panelg.obj,\
|
||||
printps.obj,\
|
||||
prntdlgg.obj,\
|
||||
progdlgg.obj,\
|
||||
prop.obj,\
|
||||
propform.obj,\
|
||||
proplist.obj,\
|
||||
sashwin.obj,\
|
||||
scrolwin.obj,\
|
||||
splitter.obj,\
|
||||
statline.obj,\
|
||||
statusbr.obj,\
|
||||
tabg.obj,\
|
||||
textdlgg.obj,\
|
||||
tipdlg.obj,\
|
||||
treectrl.obj,\
|
||||
wizard.obj
|
||||
|
||||
SOURCES = \
|
||||
busyinfo.cpp,\
|
||||
caret.cpp,\
|
||||
choicdgg.cpp,\
|
||||
colrdlgg.cpp,\
|
||||
dcpsg.cpp,\
|
||||
dirdlgg.cpp,\
|
||||
fontdlgg.cpp,\
|
||||
grid.cpp,\
|
||||
helpext.cpp,\
|
||||
helphtml.cpp,\
|
||||
helpwxht.cpp,\
|
||||
helpxlp.cpp,\
|
||||
imaglist.cpp,\
|
||||
laywin.cpp,\
|
||||
listctrl.cpp,\
|
||||
logg.cpp,\
|
||||
msgdlgg.cpp,\
|
||||
notebook.cpp,\
|
||||
numdlgg.cpp,\
|
||||
panelg.cpp,\
|
||||
printps.cpp,\
|
||||
prntdlgg.cpp,\
|
||||
progdlgg.cpp,\
|
||||
prop.cpp,\
|
||||
propform.cpp,\
|
||||
proplist.cpp,\
|
||||
sashwin.cpp,\
|
||||
scrolwin.cpp,\
|
||||
splitter.cpp,\
|
||||
statline.cpp,\
|
||||
statusbr.cpp,\
|
||||
tabg.cpp,\
|
||||
textdlgg.cpp,\
|
||||
tipdlg.cpp,\
|
||||
treectrl.cpp,\
|
||||
wizard.cpp
|
||||
|
||||
|
||||
all : $(SOURCES)
|
||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
|
||||
.ifdef __WXMOTIF__
|
||||
library/crea [--.lib]libwx_motif.olb $(OBJECTS)
|
||||
.endif
|
||||
|
||||
busyinfo.obj : busyinfo.cpp
|
||||
caret.obj : caret.cpp
|
||||
choicdgg.obj : choicdgg.cpp
|
||||
colrdlgg.obj : colrdlgg.cpp
|
||||
dcpsg.obj : dcpsg.cpp
|
||||
dirdlgg.obj : dirdlgg.cpp
|
||||
fontdlgg.obj : fontdlgg.cpp
|
||||
grid.obj : grid.cpp
|
||||
helpext.obj : helpext.cpp
|
||||
helphtml.obj : helphtml.cpp
|
||||
helpwxht.obj : helpwxht.cpp
|
||||
helpxlp.obj : helpxlp.cpp
|
||||
imaglist.obj : imaglist.cpp
|
||||
laywin.obj : laywin.cpp
|
||||
listctrl.obj : listctrl.cpp
|
||||
logg.obj : logg.cpp
|
||||
msgdlgg.obj : msgdlgg.cpp
|
||||
notebook.obj : notebook.cpp
|
||||
numdlgg.obj : numdlgg.cpp
|
||||
panelg.obj : panelg.cpp
|
||||
printps.obj : printps.cpp
|
||||
prntdlgg.obj : prntdlgg.cpp
|
||||
progdlgg.obj : progdlgg.cpp
|
||||
prop.obj : prop.cpp
|
||||
propform.obj : propform.cpp
|
||||
proplist.obj : proplist.cpp
|
||||
sashwin.obj : sashwin.cpp
|
||||
scrolwin.obj : scrolwin.cpp
|
||||
splitter.obj : splitter.cpp
|
||||
statline.obj : statline.cpp
|
||||
statusbr.obj : statusbr.cpp
|
||||
tabg.obj : tabg.cpp
|
||||
textdlgg.obj : textdlgg.cpp
|
||||
tipdlg.obj : tipdlg.cpp
|
||||
treectrl.obj : treectrl.cpp
|
||||
wizard.obj : wizard.cpp
|
Loading…
Reference in New Issue
Block a user