Adding regex support for wxMOTIF for OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ba16c23cea
commit
4ba3c11084
2 changed files with 6 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 5 October 2009 *
|
||||
# Date : 6 October 2009 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
|
|
@ -268,6 +268,8 @@ motif : [.include.wx]setup.h
|
|||
library [--.lib]libwx_motif.olb [.CXX_REPOSITORY]*.obj
|
||||
set default [-.aui]
|
||||
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
|
||||
set default [-.regex]
|
||||
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
|
||||
set default [-.motif]
|
||||
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
|
||||
library [--.lib]libwx_motif.olb [.CXX_REPOSITORY]*.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue