X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56f23a58559a45489c5e8c8b2fe260dae4bf10f9..740af654d1d20aaccad331e0eb73d113b5c0b02f:/samples/joytest/joytest.pro?ds=inline 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