removed dependencies from VC++ projects, they break static libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-25 21:01:05 +00:00
parent 80b2db4ee6
commit fdec2f7d51
22 changed files with 11 additions and 428 deletions

View File

@@ -34,6 +34,6 @@
<sources>$(PLOT_SRC)</sources>
</lib>
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">plot=plotdll+plotlib</set>
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">plot=plotlib+plotdll</set>
</makefile>