Fix compilation on OpenVMS id the logical CONFIG is defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 19 September 2013 *
|
||||
# Date : 8 January 2014 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@@ -47,7 +47,7 @@ LEX=flex
|
||||
.suffixes : .cpp
|
||||
|
||||
.cpp.obj :
|
||||
cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
|
||||
cxx /object=$(MMS$TARGET_NAME).obj $(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
|
||||
.c.obj :
|
||||
cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
|
||||
|
||||
@@ -552,7 +552,7 @@ hash.obj : hash.cpp
|
||||
hashmap.obj : hashmap.cpp
|
||||
helpbase.obj : helpbase.cpp
|
||||
http.obj : http.cpp
|
||||
cxx$(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(UNSCOMZER)/obj=http.obj \
|
||||
cxx$(CXX_DEFINE)/warn=disable=(UNSCOMZER)/obj=http.obj \
|
||||
http.cpp
|
||||
hyperlnkcmn.obj : hyperlnkcmn.cpp
|
||||
iconbndl.obj : iconbndl.cpp
|
||||
@@ -590,7 +590,7 @@ platinfo.obj : platinfo.cpp
|
||||
popupcmn.obj : popupcmn.cpp
|
||||
prntbase.obj : prntbase.cpp
|
||||
process.obj : process.cpp
|
||||
cxx $(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(UNSCOMZER) process.cpp
|
||||
cxx /object=process.obj$(CXX_DEFINE)/warn=disable=(UNSCOMZER) process.cpp
|
||||
protocol.obj : protocol.cpp
|
||||
quantize.obj : quantize.cpp
|
||||
radiocmn.obj : radiocmn.cpp
|
||||
@@ -667,7 +667,7 @@ srchcmn.obj : srchcmn.cpp
|
||||
textentrycmn.obj : textentrycmn.cpp
|
||||
filectrlcmn.obj : filectrlcmn.cpp
|
||||
cairo.obj : cairo.cpp
|
||||
cxx$(CXXFLAGS)$(CXX_DEFINE)/obj=cairo.obj cairo.cpp
|
||||
cxx$(CXX_DEFINE)/obj=cairo.obj cairo.cpp
|
||||
overlaycmn.obj : overlaycmn.cpp
|
||||
windowid.obj : windowid.cpp
|
||||
calctrlcmn.obj : calctrlcmn.cpp
|
||||
|
Reference in New Issue
Block a user