projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl...
[wxWidgets.git]
/
samples
/
joytest
/
joytest.pro
diff --git
a/samples/joytest/joytest.pro
b/samples/joytest/joytest.pro
index b34c1798e01a9eec5ed17212b79258a3dfad8a31..95db24c34f8737ab0503f11acecda984157576ad 100644
(file)
--- a/
samples/joytest/joytest.pro
+++ b/
samples/joytest/joytest.pro
@@
-11,6
+11,9
@@
CONFIG = wx
# default one; possible other values are {Debug|Release}Unicode[Dll]
#WXCONFIGS = Debug Release DebugDll ReleaseDll
+# needed for joystick functions
+win32:LIBS = winmm.lib
+
# project files
SOURCES = joytest.cpp
RC_FILE = joytest.rc