]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/descrip.mms
GetNumberOfLines on GTK doesn't count wrapped lines again...
[wxWidgets.git] / src / univ / descrip.mms
index 82ad61c0bb66c22f4fa8690ce27538262d9c113d..0f84915c9a7ab32b31a2741f5b5e9583fa076cfa 100644 (file)
@@ -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