]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/dll.bkl
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / samples / dll / dll.bkl
index ef8b2996a2f5d6930ab8726e7776b2ee1c719c99..6bb5bc0459f9faf06839b489a1093d450200e1f4 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" ?>
-<!-- $Id$ -->
 
 <makefile>
     <include file="../../build/bakefiles/common_samples.bkl"/>
@@ -28,8 +27,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>