Update OpenVMS makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 : 14 September 2006 *
|
# Date : 15 November 2010 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -53,13 +53,15 @@ all :
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
.ifdef __WXMOTIF__
|
||||||
xrcdemo.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj
|
xrcdemo.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj,objrefdlg.obj
|
||||||
cxxlink xrcdemo,custclas.obj,derivdlg.obj,myframe.obj,[--.lib]vms/opt
|
cxxlink xrcdemo,custclas.obj,derivdlg.obj,myframe.obj,objrefdlg.obj,\
|
||||||
|
[--.lib]vms/opt
|
||||||
.else
|
.else
|
||||||
.ifdef __WXGTK__
|
.ifdef __WXGTK__
|
||||||
xrcdemo_gtk.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj
|
xrcdemo_gtk.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj,\
|
||||||
|
objrefdlg.obj
|
||||||
cxxlink/exec=xrcdemo_gtk.exe xrcdemo,custclas.obj,derivdlg.obj,\
|
cxxlink/exec=xrcdemo_gtk.exe xrcdemo,custclas.obj,derivdlg.obj,\
|
||||||
myframe.obj,[--.lib]vms_gtk/opt
|
myframe.obj,objrefdlg.obj,[--.lib]vms_gtk/opt
|
||||||
.else
|
.else
|
||||||
.ifdef __WXGTK2__
|
.ifdef __WXGTK2__
|
||||||
xrcdemo_gtk2.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj
|
xrcdemo_gtk2.exe : xrcdemo.obj,custclas.obj,derivdlg.obj,myframe.obj
|
||||||
@@ -79,3 +81,4 @@ xrcdemo.obj : xrcdemo.cpp
|
|||||||
custclas.obj : custclas.cpp
|
custclas.obj : custclas.cpp
|
||||||
derivdlg.obj : derivdlg.cpp
|
derivdlg.obj : derivdlg.cpp
|
||||||
myframe.obj : myframe.cpp
|
myframe.obj : myframe.cpp
|
||||||
|
objrefdlg.obj : objrefdlg.cpp
|
||||||
|
Reference in New Issue
Block a user