X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56f23a58559a45489c5e8c8b2fe260dae4bf10f9..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/samples/joytest/joytest.pro?ds=sidebyside diff --git a/samples/joytest/joytest.pro b/samples/joytest/joytest.pro index b34c1798e0..95db24c34f 100644 --- 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