Committing in .

Update VMS makefiles

 Modified Files:
 	wxWindows/src/common/descrip.mms
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/unix/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2000-01-24 13:58:36 +00:00
parent 55dfa8d3ea
commit f49676ee8c
3 changed files with 12 additions and 3 deletions

View File

@ -87,7 +87,7 @@ OBJECTS1=framecmn.obj,\
longlong.obj,\
memory.obj,\
menucmn.obj,\
mimetype.obj,\
mimecmn.obj,\
module.obj,\
mstream.obj,\
object.obj,\
@ -185,7 +185,7 @@ SOURCES = \
longlong.cpp,\
memory.cpp,\
menucmn.cpp,\
mimetype.cpp,\
mimecmn.cpp,\
module.cpp,\
mstream.cpp,\
object.cpp,\
@ -308,7 +308,7 @@ log.obj : log.cpp
longlong.obj : longlong.cpp
memory.obj : memory.cpp
menucmn.obj : menucmn.cpp
mimetype.obj : mimetype.cpp
mimecmn.obj : mimecmn.cpp
module.obj : module.cpp
mstream.obj : mstream.cpp
object.obj : object.cpp

View File

@ -41,6 +41,7 @@ OBJECTS = \
notebook.obj,\
numdlgg.obj,\
panelg.obj,\
plot.obj,\
printps.obj,\
prntdlgg.obj,\
progdlgg.obj,\
@ -81,6 +82,7 @@ SOURCES = \
notebook.cpp,\
numdlgg.cpp,\
panelg.cpp,\
plot.cpp,\
printps.cpp,\
prntdlgg.cpp,\
progdlgg.cpp,\
@ -127,6 +129,7 @@ msgdlgg.obj : msgdlgg.cpp
notebook.obj : notebook.cpp
numdlgg.obj : numdlgg.cpp
panelg.obj : panelg.cpp
plot.obj : plot.cpp
printps.obj : printps.cpp
prntdlgg.obj : prntdlgg.cpp
progdlgg.obj : progdlgg.cpp

View File

@ -23,17 +23,21 @@ CXX_DEFINE =
OBJECTS = \
dialup.obj,\
dir.obj,\
fontenum.obj,\
fontutil.obj,\
gsocket.obj,\
mimetype.obj,\
threadpsx.obj,\
utilsunx.obj
SOURCES = \
dialup.cpp,\
dir.cpp,\
fontenum.cpp,\
fontutil.cpp,\
gsocket.c,\
mimetype.cpp,\
threadpsx.cpp,\
utilsunx.cpp
@ -44,8 +48,10 @@ all : $(SOURCES)
.endif
dialup.obj : dialup.cpp
dir.obj : dir.cpp
fontenum.obj : fontenum.cpp
fontutil.obj : fontutil.cpp
gsocket.obj : gsocket.c
mimetype.obj : mimetype.cpp
threadpsx.obj : threadpsx.cpp
utilsunx.obj : utilsunx.cpp