X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff522858677855c97690af756bd118256de18eaa..34153050fe525ca6c46f259b638fae5590a87290:/src/generic/descrip.mms diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index ad08e11899..0b2b86e7e2 100644 --- a/src/generic/descrip.mms +++ b/src/generic/descrip.mms @@ -21,6 +21,7 @@ CXX_DEFINE = OBJECTS = \ busyinfo.obj,\ + calctrl.obj,\ caret.obj,\ choicdgg.obj,\ colrdlgg.obj,\ @@ -40,6 +41,7 @@ OBJECTS = \ notebook.obj,\ numdlgg.obj,\ panelg.obj,\ + plot.obj,\ printps.obj,\ prntdlgg.obj,\ progdlgg.obj,\ @@ -51,6 +53,7 @@ OBJECTS = \ splitter.obj,\ statline.obj,\ statusbr.obj,\ + tbarsmpl.obj,\ tabg.obj,\ textdlgg.obj,\ tipdlg.obj,\ @@ -59,6 +62,7 @@ OBJECTS = \ SOURCES = \ busyinfo.cpp,\ + calctrl.cpp,\ caret.cpp,\ choicdgg.cpp,\ colrdlgg.cpp,\ @@ -78,6 +82,7 @@ SOURCES = \ notebook.cpp,\ numdlgg.cpp,\ panelg.cpp,\ + plot.cpp,\ printps.cpp,\ prntdlgg.cpp,\ progdlgg.cpp,\ @@ -89,6 +94,7 @@ SOURCES = \ splitter.cpp,\ statline.cpp,\ statusbr.cpp,\ + tbarsmpl.cpp,\ tabg.cpp,\ textdlgg.cpp,\ tipdlg.cpp,\ @@ -103,6 +109,7 @@ all : $(SOURCES) .endif busyinfo.obj : busyinfo.cpp +calctrl.obj : calctrl.cpp caret.obj : caret.cpp choicdgg.obj : choicdgg.cpp colrdlgg.obj : colrdlgg.cpp @@ -122,6 +129,7 @@ msgdlgg.obj : msgdlgg.cpp notebook.obj : notebook.cpp numdlgg.obj : numdlgg.cpp panelg.obj : panelg.cpp +plot.obj : plot.cpp printps.obj : printps.cpp prntdlgg.obj : prntdlgg.cpp progdlgg.obj : progdlgg.cpp @@ -133,6 +141,7 @@ scrolwin.obj : scrolwin.cpp splitter.obj : splitter.cpp statline.obj : statline.cpp statusbr.obj : statusbr.cpp +tbarsmpl.obj : tbarsmpl.cpp tabg.obj : tabg.cpp textdlgg.obj : textdlgg.cpp tipdlg.obj : tipdlg.cpp