X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1aebc2005735ac58e3cf3de0c61e08a64e6af9ea..7dbefc568525cecea8c67986775a945283afd365:/src/univ/descrip.mms diff --git a/src/univ/descrip.mms b/src/univ/descrip.mms index 82ad61c0bb..0f84915c9a 100644 --- a/src/univ/descrip.mms +++ b/src/univ/descrip.mms @@ -1,8 +1,8 @@ #***************************************************************************** # * # Make file for VMS * -# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) * -# Date : 14 March 2002 * +# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * +# Date : 22 September 2006 * # * #***************************************************************************** .first @@ -47,6 +47,7 @@ OBJECTS = \ statline.obj,\ stattext.obj,\ statusbr.obj,\ + stdrend.obj,\ textctrl.obj,\ theme.obj,\ toolbar.obj,\ @@ -87,6 +88,7 @@ SOURCES =\ statline.cpp \ stattext.cpp \ statusbr.cpp \ + stdrend.cpp,\ textctrl.cpp \ theme.cpp \ toolbar.cpp \ @@ -94,11 +96,11 @@ SOURCES =\ winuniv.cpp \ combobox.cpp \ ctrlrend.cpp \ - gtk.cpp \ - metal.cpp \ radiobox.cpp \ scrthumb.cpp \ - win32.cpp + [.themes]gtk.cpp \ + [.themes]metal.cpp \ + [.themes]win32.cpp all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -130,6 +132,7 @@ statbox.obj : statbox.cpp statline.obj : statline.cpp stattext.obj : stattext.cpp statusbr.obj : statusbr.cpp +stdrend.obj : stdrend.cpp textctrl.obj : textctrl.cpp theme.obj : theme.cpp toolbar.obj : toolbar.cpp @@ -137,8 +140,11 @@ topluniv.obj : topluniv.cpp winuniv.obj : winuniv.cpp combobox.obj : combobox.cpp ctrlrend.obj : ctrlrend.cpp -gtk.obj : gtk.cpp -metal.obj : metal.cpp +gtk.obj : [.themes]gtk.cpp + cxx $(CXXFLAGS)$(CXX_DEFINE) [.themes]gtk.cpp +metal.obj : [.themes]metal.cpp + cxx $(CXXFLAGS)$(CXX_DEFINE) [.themes]metal.cpp radiobox.obj : radiobox.cpp scrthumb.obj : scrthumb.cpp -win32.obj : win32.cpp +win32.obj : [.themes]win32.cpp + cxx $(CXXFLAGS)$(CXX_DEFINE) [.themes]win32.cpp