]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/dll.bkl
Don't use GetThreadId() in wxMSW code.
[wxWidgets.git] / samples / dll / dll.bkl
index 8c7c3e5ad5d8fe0a8ec70bf04f44387bbfa02735..271f293ab6262e0555bad1d258c36495f736c80d 100644 (file)
         <library>my_dll</library>
     </exe>
 
+    <exe id="sdk_exe" template="common_settings"
+         cond="PLATFORM_WIN32=='1'">
+        <app-type>gui</app-type>
+        <sources>sdk_exe.cpp</sources>
+        <library>my_dll</library>
+        <sys-lib>user32</sys-lib>
+    </exe>
 </makefile>