Skip to content

Commit

Permalink
Update OpenVMS compile support
Browse files Browse the repository at this point in the history
  • Loading branch information
joukj committed Feb 22, 2017
1 parent 1a1519b commit ce08759
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 231 deletions.
3 changes: 2 additions & 1 deletion setup.h_vms
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen ([email protected]) *
* Date : 14 June 2016 *
* Date : 20 February 2017 *
* *
*****************************************************************************/

Expand Down Expand Up @@ -206,6 +206,7 @@ typedef pid_t GPid;

#define wxUSE_STACKWALKER 0

#define wxUSE_UNSAFE_WXSTRING_CONV 1

#ifndef wxUSE_UNICODE
#if defined( __WXX11__ )
Expand Down
4 changes: 3 additions & 1 deletion src/common/descrip.mms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen ([email protected]) *
# Date : 14 June 2016 *
# Date : 21 Februsary 2017 *
# *
#*****************************************************************************
.first
Expand Down Expand Up @@ -639,7 +639,9 @@ wincmn.obj : wincmn.cpp
wxcrt.obj : wxcrt.cpp
xpmdecod.obj : xpmdecod.cpp
zipstrm.obj : zipstrm.cpp
cxx$(CXX_DEFINE)/warn=disable=(MACROREDEF)/obj=zipstrm.obj zipstrm.cpp
zstream.obj : zstream.cpp
cxx$(CXX_DEFINE)/warn=disable=(MACROREDEF)/obj=zstream.obj zstream.cpp
accesscmn.obj : accesscmn.cpp
dndcmn.obj : dndcmn.cpp
dpycmn.obj : dpycmn.cpp
Expand Down
5 changes: 4 additions & 1 deletion src/stc/descrip.mms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen ([email protected]) *
# Date : 24 August 2012 *
# Date : 21 February 2017 *
# *
#*****************************************************************************
.first
Expand Down Expand Up @@ -91,4 +91,7 @@ $(OBJECTS) : [--.include.wx]setup.h

PlatWX.obj : PlatWX.cpp
ScintillaWX.obj : ScintillaWX.cpp
cxx $(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(CONPTRLOSBIT)\
ScintillaWX.cpp
stc.obj : stc.cpp
cxx $(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(CONPTRLOSBIT) stc.cpp
Loading

0 comments on commit ce08759

Please sign in to comment.