]> git.saurik.com Git - wxWidgets.git/commit - samples/dll/dll_vc8_sdk_exe.vcproj
Add a very simple example of a Win32 application using wx DLL.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 16:27:23 +0000 (16:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 16:27:23 +0000 (16:27 +0000)
commit4b59c898ede14219aed17d35ce0491de51d98c7a
tree0e95058615a7ed03863966ac40482d89e37281ae
parent1acea7877b0d14023fd11e71d4f0039f6aeb7739
Add a very simple example of a Win32 application using wx DLL.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dll/Makefile.in
samples/dll/dll.bkl
samples/dll/dll_sdk_exe.dsp [new file with mode: 0644]
samples/dll/dll_vc7_sdk_exe.vcproj [new file with mode: 0644]
samples/dll/dll_vc8_sdk_exe.vcproj [new file with mode: 0644]
samples/dll/dll_vc9_sdk_exe.vcproj [new file with mode: 0644]
samples/dll/makefile.bcc
samples/dll/makefile.gcc
samples/dll/makefile.vc
samples/dll/makefile.wat
samples/dll/sdk_exe.cpp [new file with mode: 0644]