]> git.saurik.com Git - wxWidgets.git/commitdiff
update OpenVMS compile support
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 19 Apr 2010 12:39:45 +0000 (12:39 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 19 Apr 2010 12:39:45 +0000 (12:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/scintilla/src/descrip.mms

index 0f5085811ac2951ea490cf1a0c106a25e1e12549..3a3a48b34c67e0ef1b648e46f507b0d9e2b2567a 100644 (file)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 6 April 2010                                                        *
+# Date : 19 April 2010                                                       *
 #                                                                            *
 #*****************************************************************************
 
 #                                                                            *
 #*****************************************************************************
 
@@ -70,7 +70,7 @@ OBJECTS1=LexHTML.obj,LexInno.obj,LexKix.obj,LexLisp.obj,LexLout.obj,LexLua.obj,\
        LexYAML.obj,LineMarker.obj,PositionCache.obj,PropSet.obj,RESearch.obj,\
        RunStyles.obj,ScintillaBase.obj,Style.obj,StyleContext.obj,\
        UniConversion.obj,ViewStyle.obj,WindowAccessor.obj,XPM.obj,\
        LexYAML.obj,LineMarker.obj,PositionCache.obj,PropSet.obj,RESearch.obj,\
        RunStyles.obj,ScintillaBase.obj,Style.obj,StyleContext.obj,\
        UniConversion.obj,ViewStyle.obj,WindowAccessor.obj,XPM.obj,\
-       PerLine.obj,Selection.obj,LexPowerPro.obj,Array.obj,LexCOBOL.obj,\
+       PerLine.obj,Selection.obj,LexPowerPro.obj,LexCOBOL.obj,\
        LexMagik.obj,LexMarkdown.obj,LexMySQL.obj,LexNimrod.obj,\
        LexPowerShell.obj,LexSML.obj,LexSorcus.obj,LexTACL.obj,LexTAL.obj
 
        LexMagik.obj,LexMarkdown.obj,LexMySQL.obj,LexNimrod.obj,\
        LexPowerShell.obj,LexSML.obj,LexSorcus.obj,LexTACL.obj,LexTAL.obj
 
@@ -93,7 +93,7 @@ SOURCES=AutoComplete.cxx,CallTip.cxx,CellBuffer.cxx,CharClassify.cxx,\
        LexYAML.cxx,LineMarker.cxx,PositionCache.cxx,PropSet.cxx,RESearch.cxx,\
        RunStyles.cxx,ScintillaBase.cxx,Style.cxx,StyleContext.cxx,\
        UniConversion.cxx,ViewStyle.cxx,WindowAccessor.cxx,XPM.cxx,\
        LexYAML.cxx,LineMarker.cxx,PositionCache.cxx,PropSet.cxx,RESearch.cxx,\
        RunStyles.cxx,ScintillaBase.cxx,Style.cxx,StyleContext.cxx,\
        UniConversion.cxx,ViewStyle.cxx,WindowAccessor.cxx,XPM.cxx,\
-       PerLine.cxx,Selection.cxx,LexPowerPro.cxx,Array.cpp,LexCOBOL.cxx,\
+       PerLine.cxx,Selection.cxx,LexPowerPro.cxx,LexCOBOL.cxx,\
        LexMagik.cxx,LexMarkdown.cxx,LexMySQL.cxx,LexNimrod.cxx,\
        LexPowerShell.cxx,LexSML.cxx,LexSorcus.cxx,LexTACL.cxx,LexTAL.cxx
 
        LexMagik.cxx,LexMarkdown.cxx,LexMySQL.cxx,LexNimrod.cxx,\
        LexPowerShell.cxx,LexSML.cxx,LexSorcus.cxx,LexTACL.cxx,LexTAL.cxx
 
@@ -221,7 +221,6 @@ XPM.obj : XPM.cxx
 PerLine.obj : PerLine.cxx
 Selection.obj : Selection.cxx
 LexPowerPro.obj : LexPowerPro.cxx
 PerLine.obj : PerLine.cxx
 Selection.obj : Selection.cxx
 LexPowerPro.obj : LexPowerPro.cxx
-Array.obj : Array.cpp
 LexCOBOL.obj : LexCOBOL.cxx
 LexMagik.obj : LexMagik.cxx
 LexMarkdown.obj : LexMarkdown.cxx
 LexCOBOL.obj : LexCOBOL.cxx
 LexMagik.obj : LexMagik.cxx
 LexMarkdown.obj : LexMarkdown.cxx