]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/dll.bkl
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / samples / dll / dll.bkl
index 8c7c3e5ad5d8fe0a8ec70bf04f44387bbfa02735..ef8b2996a2f5d6930ab8726e7776b2ee1c719c99 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>
+    </exe>
 </makefile>