Add bmpmotif.cpp to descrip.mms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8768548b81
commit
973451afc6
@ -29,6 +29,7 @@ OBJECTS = \
|
||||
app.obj,\
|
||||
bitmap.obj,\
|
||||
bmpbuttn.obj,\
|
||||
bmpmotif.obj,\
|
||||
button.obj,\
|
||||
checkbox.obj,\
|
||||
checklst.obj,\
|
||||
@ -84,6 +85,7 @@ SOURCES = \
|
||||
app.cpp,\
|
||||
bitmap.cpp,\
|
||||
bmpbuttn.cpp,\
|
||||
bmpmotif.cpp,
|
||||
button.cpp,\
|
||||
checkbox.cpp,\
|
||||
checklst.cpp,\
|
||||
@ -148,6 +150,7 @@ accel.obj : accel.cpp
|
||||
app.obj : app.cpp
|
||||
bitmap.obj : bitmap.cpp
|
||||
bmpbuttn.obj : bmpbuttn.cpp
|
||||
bmpmotif.obj : bmpmotif.cpp
|
||||
button.obj : button.cpp
|
||||
checkbox.obj : checkbox.cpp
|
||||
checklst.obj : checklst.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user