]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/dll.bkl
Fix wxHtmlHelpData::SetTempDir() to behave correctly without trailing slash.
[wxWidgets.git] / samples / dll / dll.bkl
index 8c7c3e5ad5d8fe0a8ec70bf04f44387bbfa02735..6bb5bc0459f9faf06839b489a1093d450200e1f4 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" ?>
-<!-- $Id$ -->
 
 <makefile>
     <include file="../../build/bakefiles/common_samples.bkl"/>
         <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>