Update compile support for OpenVMS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-01-19 20:29:32 +00:00
parent a7132f4b4b
commit 304a807af9
2 changed files with 18 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
* Template for the set.h file for VMS * * Template for the set.h file for VMS *
* Created from setup.h_in * * Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 13 January 2009 * * Date : 19 January 2009 *
* * * *
*****************************************************************************/ *****************************************************************************/
@@ -990,6 +990,12 @@ typedef pid_t GPid;
/* Define if you have usleep() */ /* Define if you have usleep() */
#define HAVE_USLEEP 1 #define HAVE_USLEEP 1
/* Define if you have wcscasecmp() function */
#undef HAVE_WCSCASECMP
/* Define if you have wcsncasecmp() function */
#undef HAVE_WCSNCASECMP
/* Define if you have wcslen function */ /* Define if you have wcslen function */
#define HAVE_WCSLEN 1 #define HAVE_WCSLEN 1

View File

@@ -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 : 16 January 2009 * # Date : 19 January 2009 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -187,18 +187,23 @@ OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,\
.endif .endif
all : $(SOURCES) all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS),$(OBJECTS0) $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS0)
.ifdef __WXMOTIF__ .ifdef __WXMOTIF__
library/crea [--.lib]libwx_motif.olb $(OBJECTS),$(OBJECTS0) library/crea [--.lib]libwx_motif.olb $(OBJECTS)
library [--.lib]libwx_motif.olb $(OBJECTS0)
.else .else
.ifdef __WXGTK__ .ifdef __WXGTK__
library/crea [--.lib]libwx_gtk.olb $(OBJECTS),$(OBJECTS0) library/crea [--.lib]libwx_gtk.olb $(OBJECTS)
library [--.lib]libwx_gtk.olb $(OBJECTS0)
.else .else
.ifdef __WXGTK2__ .ifdef __WXGTK2__
library/crea [--.lib]libwx_gtk2.olb $(OBJECTS),$(OBJECTS0) library/crea [--.lib]libwx_gtk2.olb $(OBJECTS)
library [--.lib]libwx_gtk2.olb $(OBJECTS0)
.else .else
.ifdef __WXX11__ .ifdef __WXX11__
library/crea [--.lib]libwx_x11_univ.olb $(OBJECTS),$(OBJECTS0) library/crea [--.lib]libwx_x11_univ.olb $(OBJECTS)
library [--.lib]libwx_x11_univ.olb $(OBJECTS0)
.endif .endif
.endif .endif
.endif .endif