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:
parent
2e1a466fcb
commit
c3b14ba4f7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user