Update OpenVMS compile support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 29 October 2008 *
|
# Date : 3 December 2008 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -209,7 +209,7 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\
|
|||||||
filepickercmn.obj,\
|
filepickercmn.obj,\
|
||||||
fontpickercmn.obj,\
|
fontpickercmn.obj,\
|
||||||
pickerbase.obj,\
|
pickerbase.obj,\
|
||||||
listctrlcmn.obj,gsocketiohandler.obj,fdiodispatcher.obj,\
|
listctrlcmn.obj,socketiohandler.obj,fdiodispatcher.obj,\
|
||||||
selectdispatcher.obj,overlaycmn.obj,windowid.obj,sstream.obj,\
|
selectdispatcher.obj,overlaycmn.obj,windowid.obj,sstream.obj,\
|
||||||
wrapsizer.obj
|
wrapsizer.obj
|
||||||
|
|
||||||
@@ -293,7 +293,7 @@ SOURCES = \
|
|||||||
gbsizer.cpp,\
|
gbsizer.cpp,\
|
||||||
gdicmn.cpp,\
|
gdicmn.cpp,\
|
||||||
gifdecod.cpp,\
|
gifdecod.cpp,\
|
||||||
gsocketiohandler.cpp,\
|
socketiohandler.cpp,\
|
||||||
hash.cpp,\
|
hash.cpp,\
|
||||||
hashmap.cpp,\
|
hashmap.cpp,\
|
||||||
helpbase.cpp,\
|
helpbase.cpp,\
|
||||||
@@ -519,7 +519,7 @@ gaugecmn.obj : gaugecmn.cpp
|
|||||||
gbsizer.obj : gbsizer.cpp
|
gbsizer.obj : gbsizer.cpp
|
||||||
gdicmn.obj : gdicmn.cpp
|
gdicmn.obj : gdicmn.cpp
|
||||||
gifdecod.obj : gifdecod.cpp
|
gifdecod.obj : gifdecod.cpp
|
||||||
gsocketiohandler.obj : gsocketiohandler.cpp
|
socketiohandler.obj : socketiohandler.cpp
|
||||||
hash.obj : hash.cpp
|
hash.obj : hash.cpp
|
||||||
hashmap.obj : hashmap.cpp
|
hashmap.obj : hashmap.cpp
|
||||||
helpbase.obj : helpbase.cpp
|
helpbase.obj : helpbase.cpp
|
||||||
|
Reference in New Issue
Block a user