]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/dll.bkl
Fix wrong configure test for abi::__forced_unwind in previous commit.
[wxWidgets.git] / samples / dll / dll.bkl
index ef8b2996a2f5d6930ab8726e7776b2ee1c719c99..271f293ab6262e0555bad1d258c36495f736c80d 100644 (file)
@@ -28,8 +28,9 @@
 
     <exe id="sdk_exe" template="common_settings"
          cond="PLATFORM_WIN32=='1'">
-         <app-type>gui</app-type>
-         <sources>sdk_exe.cpp</sources>
+        <app-type>gui</app-type>
+        <sources>sdk_exe.cpp</sources>
         <library>my_dll</library>
+        <sys-lib>user32</sys-lib>
     </exe>
 </makefile>