forked from wxWidgets/wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
369 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 * | ||
* * | ||
*****************************************************************************/ | ||
|
||
|
@@ -206,6 +206,7 @@ typedef pid_t GPid; | |
|
||
#define wxUSE_STACKWALKER 0 | ||
|
||
#define wxUSE_UNSAFE_WXSTRING_CONV 1 | ||
|
||
#ifndef wxUSE_UNICODE | ||
#if defined( __WXX11__ ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# * | ||
# Make file for VMS * | ||
# Author : J.Jansen ([email protected]) * | ||
# Date : 14 June 2016 * | ||
# Date : 21 Februsary 2017 * | ||
# * | ||
#***************************************************************************** | ||
.first | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# * | ||
# Make file for VMS * | ||
# Author : J.Jansen ([email protected]) * | ||
# Date : 24 August 2012 * | ||
# Date : 21 February 2017 * | ||
# * | ||
#***************************************************************************** | ||
.first | ||
|
@@ -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 |
Oops, something went wrong.