X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2b36d323eee588ae49a27537d73410ca17d7e2e..081eb1b120c1bc9147582cff84de756b4a3a63af:/src/generic/descrip.mms?ds=sidebyside diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index f95426fa7d..f1aab55780 100644 --- a/src/generic/descrip.mms +++ b/src/generic/descrip.mms @@ -93,6 +93,7 @@ SOURCES = \ msgdlgg.cpp,\ notebook.cpp,\ numdlgg.cpp,\ + paletteg.cpp,\ panelg.cpp,\ printps.cpp,\ prntdlgg.cpp,\ @@ -117,8 +118,7 @@ SOURCES = \ OBJECTS0=,statline.obj,\ notebook.obj .else -OBJECTS0=,filedlgg.obj - +OBJECTS0=,filedlgg.obj,paletteg.obj .endif all : $(SOURCES) @@ -153,6 +153,7 @@ logg.obj : logg.cpp msgdlgg.obj : msgdlgg.cpp notebook.obj : notebook.cpp numdlgg.obj : numdlgg.cpp +paletteg.obj : paletteg.cpp panelg.obj : panelg.cpp printps.obj : printps.cpp prntdlgg.obj : prntdlgg.cpp