X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a843055617d0a70ade84647583eb54a4f2c4afc7..069b2e594107028ef3ee0a03b8b9fd13b0fa4f32:/src/univ/descrip.mms diff --git a/src/univ/descrip.mms b/src/univ/descrip.mms index 0f84915c9a..b79d610eee 100644 --- a/src/univ/descrip.mms +++ b/src/univ/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 22 September 2006 * +# Date : 4 January 2008 * # * #***************************************************************************** .first @@ -106,6 +106,8 @@ all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) library [--.lib]libwx_x11_univ.olb $(OBJECTS) +$(OBJECTS) : [--.include.wx]setup.h + bmpbuttn.obj : bmpbuttn.cpp button.obj : button.cpp checkbox.obj : checkbox.cpp @@ -141,7 +143,7 @@ winuniv.obj : winuniv.cpp combobox.obj : combobox.cpp ctrlrend.obj : ctrlrend.cpp gtk.obj : [.themes]gtk.cpp - cxx $(CXXFLAGS)$(CXX_DEFINE) [.themes]gtk.cpp + cxx $(CXXFLAGS)$(CXX_DEFINE)/object=gtk.obj [.themes]gtk.cpp metal.obj : [.themes]metal.cpp cxx $(CXXFLAGS)$(CXX_DEFINE) [.themes]metal.cpp radiobox.obj : radiobox.cpp