Update of OpenVMS makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 6 November 2012 *
|
||||
# Date : 26 June 2014 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@@ -100,7 +100,7 @@ OBJECTS0= \
|
||||
msgdlg.obj,\
|
||||
treeentry_gtk.obj,textentry.obj,filectrl.obj,print.obj,win_gtk.obj,\
|
||||
mnemonics.obj,private.obj,assertdlg_gtk.obj,infobar.obj,anybutton.obj,\
|
||||
nonownedwnd.obj,textmeasure.obj
|
||||
nonownedwnd.obj,textmeasure.obj,display.obj
|
||||
|
||||
SOURCES =\
|
||||
animate.cpp,\
|
||||
@@ -167,7 +167,7 @@ SOURCES =\
|
||||
window.cpp,\
|
||||
treeentry_gtk.c,textentry.cpp,filectrl.cpp,print.cpp,win_gtk.cpp,\
|
||||
mnemonics.cpp,private.cpp,assertdlg_gtk.cpp,infobar.cpp,anybutton.cpp,\
|
||||
nonownedwnd.cpp,textmeasure.cpp
|
||||
nonownedwnd.cpp,textmeasure.cpp,display.cpp
|
||||
|
||||
all : $(SOURCES)
|
||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
|
||||
@@ -266,3 +266,4 @@ infobar.obj : infobar.cpp
|
||||
anybutton.obj : anybutton.cpp
|
||||
nonownedwnd.obj : nonownedwnd.cpp
|
||||
textmeasure.obj : textmeasure.cpp
|
||||
display.obj : display.cpp
|
||||
|
Reference in New Issue
Block a user