]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/descrip.mms
changed Refresh to take Rect as client coordinates not window coordinates
[wxWidgets.git] / src / generic / descrip.mms
index e1006262e5e1b52882709bc38263689464c75d1a..f1aab5578052178e923f421590bd8de8ee90672c 100644 (file)
@@ -52,7 +52,6 @@ OBJECTS = \
                msgdlgg.obj,\
                numdlgg.obj,\
                panelg.obj,\
-               plot.obj,\
                printps.obj,\
                prntdlgg.obj,\
                progdlgg.obj,\
@@ -94,8 +93,8 @@ SOURCES = \
                msgdlgg.cpp,\
                notebook.cpp,\
                numdlgg.cpp,\
+               paletteg.cpp,\
                panelg.cpp,\
-               plot.cpp,\
                printps.cpp,\
                prntdlgg.cpp,\
                progdlgg.cpp,\
@@ -119,8 +118,7 @@ SOURCES = \
 OBJECTS0=,statline.obj,\
                notebook.obj
 .else
-OBJECTS0=,filedlgg.obj
-
+OBJECTS0=,filedlgg.obj,paletteg.obj
 .endif
 
 all : $(SOURCES)
@@ -155,8 +153,8 @@ logg.obj : logg.cpp
 msgdlgg.obj : msgdlgg.cpp
 notebook.obj : notebook.cpp
 numdlgg.obj : numdlgg.cpp
+paletteg.obj : paletteg.cpp
 panelg.obj : panelg.cpp
-plot.obj : plot.cpp
 printps.obj : printps.cpp
 prntdlgg.obj : prntdlgg.cpp
 progdlgg.obj : progdlgg.cpp