fixed location of dummy.cpp, so that contrib makefiles can use it as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-04 16:23:55 +00:00
parent 2e1a466fcb
commit c3b14ba4f7

View File

@ -256,8 +256,10 @@
<libname>$(WXLIBNAME)</libname>
<if cond="FORMAT!='autoconf'">
<sources>src/msw/dummy.cpp</sources>
<precomp-headers-gen>src/msw/dummy.cpp</precomp-headers-gen>
<sources>$(WXTOPDIR)src/msw/dummy.cpp</sources>
<precomp-headers-gen>
$(WXTOPDIR)src/msw/dummy.cpp
</precomp-headers-gen>
</if>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
<precomp-headers>on</precomp-headers>