projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxABI_VERSION check around newly added function
[wxWidgets.git]
/
samples
/
listctrl
/
listctrl.pro
diff --git
a/samples/listctrl/listctrl.pro
b/samples/listctrl/listctrl.pro
index 21157d41535928758e3f19a83a177c827b05411b..b94de3ef115f55bee98d17e77742fcbacc8fc5c7 100644
(file)
--- a/
samples/listctrl/listctrl.pro
+++ b/
samples/listctrl/listctrl.pro
@@
-12,6
+12,6
@@
CONFIG = wx
#WXCONFIGS = Debug Release DebugDll ReleaseDll
# project files
-SOURCES = list
ctrl
.cpp
-RC_FILE = list
ctrl
.rc
+SOURCES = list
test
.cpp
+RC_FILE = list
test
.rc
TARGET = listctrl