enable VS2005 project files for samples, but without dependencies on library projects, it's better than nothing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,13 +44,9 @@
|
|||||||
|
|
||||||
<!-- List of output formats to generate: -->
|
<!-- List of output formats to generate: -->
|
||||||
<add-formats>
|
<add-formats>
|
||||||
autoconf,borland,dmars_smake,dmars,mingw,msvc,msvc6prj,msevc4prj,watcom
|
autoconf,borland,dmars_smake,dmars,mingw,msvc,msvc6prj,msevc4prj,msvs2005prj,watcom
|
||||||
</add-formats>
|
</add-formats>
|
||||||
|
|
||||||
<!-- FIXME: Bakefile cannot handle dependencies on external .vcproj files
|
|
||||||
yet, so we can't generate samples projects for now: -->
|
|
||||||
<add-formats files="wx.bkl">msvs2005prj</add-formats>
|
|
||||||
|
|
||||||
<del-formats files="../../samples/*.bkl">
|
<del-formats files="../../samples/*.bkl">
|
||||||
autoconf,msvc6prj,msevc4prj,msvs2005prj
|
autoconf,msvc6prj,msevc4prj,msvs2005prj
|
||||||
</del-formats>
|
</del-formats>
|
||||||
|
@@ -753,7 +753,8 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
|
|||||||
<define-tag name="wx-lib" rules="exe,dll,module">
|
<define-tag name="wx-lib" rules="exe,dll,module">
|
||||||
<sys-lib>$(wxwin.libToLink(value))</sys-lib>
|
<sys-lib>$(wxwin.libToLink(value))</sys-lib>
|
||||||
<ldlibs>$(wxwin.extraLdflags(value))</ldlibs>
|
<ldlibs>$(wxwin.extraLdflags(value))</ldlibs>
|
||||||
<if cond="IS_MSVC_PRJ=='1' and MONOLITHIC=='0'">
|
<!-- msvs2005x* formats don't support external dependencies yet: -->
|
||||||
|
<if cond="FORMAT in ['msvc6prj','msevc4prj'] and MONOLITHIC=='0'">
|
||||||
<depends-on-dsp>$(wxwin.makeDspDependency(value))</depends-on-dsp>
|
<depends-on-dsp>$(wxwin.makeDspDependency(value))</depends-on-dsp>
|
||||||
</if>
|
</if>
|
||||||
</define-tag>
|
</define-tag>
|
||||||
|
Reference in New Issue
Block a user