From c88a264a08a023e9544b684fd2dc28e8dd7b1c7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 24 Jan 2008 11:25:15 +0000 Subject: [PATCH] supress warning about in custom build steps with VC7+ (temporary workaround until bakefile 0.2.4) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 27 +++++++++++++++++++++++++++ build/msw/wx_vc7_adv.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_aui.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_base.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_core.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_gl.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_html.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_media.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_net.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_qa.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_richtext.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_stc.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_wxregex.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_xml.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc7_xrc.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_adv.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_aui.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_base.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_core.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_gl.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_html.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_media.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_net.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_qa.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_richtext.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_stc.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_wxregex.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_xml.vcproj | 32 ++++++++++++++++---------------- build/msw/wx_vc8_xrc.vcproj | 32 ++++++++++++++++---------------- 29 files changed, 475 insertions(+), 448 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index b6f2281ac1..89080fa27e 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -354,6 +354,20 @@ InputPath=..\..\include\wx\%s $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h + + + + FIXME: THIS OBSOLETE CODE ISN'T NEEDED ANYMORE + + +Creating $(SETUPHDIR)\wx\setup.h +InputPath=..\..\include\wx\%s + +"$(SETUPHDIR)\wx\setup.h" : "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" +$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h + + + @@ -412,6 +426,19 @@ InputPath=..\..\include\wx\msw\genrcdefs.h "$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(SETUPHDIR)\wx\msw" $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" + + + + FIXME: THIS OBSOLETE CODE ISN'T NEEDED ANYMORE + + +Creating $(SETUPHDIR)\wx\msw\rcdefs.h +InputPath=..\..\include\wx\msw\genrcdefs.h + +"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(SETUPHDIR)\wx\msw" +$(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" + + diff --git a/build/msw/wx_vc7_adv.vcproj b/build/msw/wx_vc7_adv.vcproj index 2ac911bd07..3b27f64a5f 100644 --- a/build/msw/wx_vc7_adv.vcproj +++ b/build/msw/wx_vc7_adv.vcproj @@ -748,7 +748,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -757,7 +757,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -770,7 +770,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -779,7 +779,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -800,7 +800,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -813,7 +813,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -822,7 +822,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -844,7 +844,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -853,7 +853,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -862,7 +862,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -871,7 +871,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -880,7 +880,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -889,7 +889,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -898,7 +898,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -907,7 +907,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -676,7 +676,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -689,7 +689,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -698,7 +698,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -718,7 +718,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -727,7 +727,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -740,7 +740,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -749,7 +749,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -765,7 +765,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -774,7 +774,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -783,7 +783,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -792,7 +792,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -801,7 +801,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -810,7 +810,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -819,7 +819,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -828,7 +828,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_base.vcproj b/build/msw/wx_vc7_base.vcproj index 9d88ed62c3..51c44a8659 100644 --- a/build/msw/wx_vc7_base.vcproj +++ b/build/msw/wx_vc7_base.vcproj @@ -920,7 +920,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -929,7 +929,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -942,7 +942,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -951,7 +951,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -972,7 +972,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -985,7 +985,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -994,7 +994,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -1028,7 +1028,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -1037,7 +1037,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -1046,7 +1046,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -1055,7 +1055,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -1064,7 +1064,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -1073,7 +1073,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -1082,7 +1082,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -1091,7 +1091,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2530,7 +2530,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2543,7 +2543,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2552,7 +2552,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2573,7 +2573,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2586,7 +2586,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2595,7 +2595,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -2705,7 +2705,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -2714,7 +2714,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -2723,7 +2723,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -2732,7 +2732,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -2741,7 +2741,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -2750,7 +2750,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -2759,7 +2759,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -2768,7 +2768,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -680,7 +680,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -693,7 +693,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -702,7 +702,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -722,7 +722,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -731,7 +731,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -744,7 +744,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -753,7 +753,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -769,7 +769,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -778,7 +778,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -787,7 +787,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -796,7 +796,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -805,7 +805,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -814,7 +814,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -823,7 +823,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -832,7 +832,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -736,7 +736,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -749,7 +749,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -758,7 +758,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -779,7 +779,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -792,7 +792,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -801,7 +801,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -821,7 +821,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -830,7 +830,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -839,7 +839,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -848,7 +848,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -857,7 +857,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -866,7 +866,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -875,7 +875,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -884,7 +884,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -686,7 +686,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -699,7 +699,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -708,7 +708,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -728,7 +728,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -737,7 +737,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -750,7 +750,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -759,7 +759,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -777,7 +777,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -786,7 +786,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -795,7 +795,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -804,7 +804,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -813,7 +813,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -822,7 +822,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -831,7 +831,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -840,7 +840,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_net.vcproj b/build/msw/wx_vc7_net.vcproj index 8f59de1acb..b5503bd132 100644 --- a/build/msw/wx_vc7_net.vcproj +++ b/build/msw/wx_vc7_net.vcproj @@ -693,7 +693,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -702,7 +702,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -715,7 +715,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -724,7 +724,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -744,7 +744,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -753,7 +753,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -766,7 +766,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -775,7 +775,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -791,7 +791,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -800,7 +800,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -809,7 +809,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -818,7 +818,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -827,7 +827,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -836,7 +836,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -845,7 +845,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -854,7 +854,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -684,7 +684,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -697,7 +697,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -706,7 +706,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -726,7 +726,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -735,7 +735,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -748,7 +748,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -757,7 +757,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -773,7 +773,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -782,7 +782,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -791,7 +791,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -800,7 +800,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -809,7 +809,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -818,7 +818,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -827,7 +827,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -836,7 +836,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_richtext.vcproj b/build/msw/wx_vc7_richtext.vcproj index 72287db88a..cfe3418632 100644 --- a/build/msw/wx_vc7_richtext.vcproj +++ b/build/msw/wx_vc7_richtext.vcproj @@ -667,7 +667,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -676,7 +676,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -689,7 +689,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -698,7 +698,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -718,7 +718,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -727,7 +727,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -740,7 +740,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -749,7 +749,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -765,7 +765,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -774,7 +774,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -783,7 +783,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -792,7 +792,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -801,7 +801,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -810,7 +810,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -819,7 +819,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -828,7 +828,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_stc.vcproj b/build/msw/wx_vc7_stc.vcproj index 19c42d10a0..060100786d 100644 --- a/build/msw/wx_vc7_stc.vcproj +++ b/build/msw/wx_vc7_stc.vcproj @@ -667,7 +667,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -676,7 +676,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -689,7 +689,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -698,7 +698,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -718,7 +718,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -727,7 +727,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -740,7 +740,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -749,7 +749,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -765,7 +765,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -774,7 +774,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -783,7 +783,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -792,7 +792,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -801,7 +801,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -810,7 +810,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -819,7 +819,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -828,7 +828,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_wxregex.vcproj b/build/msw/wx_vc7_wxregex.vcproj index 690eb829c4..898a82250f 100644 --- a/build/msw/wx_vc7_wxregex.vcproj +++ b/build/msw/wx_vc7_wxregex.vcproj @@ -551,7 +551,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -560,7 +560,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -569,7 +569,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -578,7 +578,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -587,7 +587,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -596,7 +596,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -605,7 +605,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -614,7 +614,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -635,7 +635,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -648,7 +648,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -657,7 +657,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -677,7 +677,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -686,7 +686,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -699,7 +699,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -708,7 +708,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> diff --git a/build/msw/wx_vc7_xml.vcproj b/build/msw/wx_vc7_xml.vcproj index f14b4ce4b2..9ea3b787c7 100644 --- a/build/msw/wx_vc7_xml.vcproj +++ b/build/msw/wx_vc7_xml.vcproj @@ -669,7 +669,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -678,7 +678,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -691,7 +691,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -700,7 +700,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -720,7 +720,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -729,7 +729,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -742,7 +742,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -751,7 +751,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -767,7 +767,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -776,7 +776,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -785,7 +785,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -794,7 +794,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -803,7 +803,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -812,7 +812,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -821,7 +821,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -830,7 +830,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc7_xrc.vcproj b/build/msw/wx_vc7_xrc.vcproj index b91c07c92d..93026d74bd 100644 --- a/build/msw/wx_vc7_xrc.vcproj +++ b/build/msw/wx_vc7_xrc.vcproj @@ -671,7 +671,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -680,7 +680,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -693,7 +693,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -702,7 +702,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -723,7 +723,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -736,7 +736,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -745,7 +745,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h" Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)""/> + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)""/> @@ -765,7 +765,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/> @@ -774,7 +774,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/> @@ -783,7 +783,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/> @@ -792,7 +792,7 @@ Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/> @@ -801,7 +801,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/> @@ -810,7 +810,7 @@ Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/> @@ -819,7 +819,7 @@ Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/> @@ -828,7 +828,7 @@ Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw""/> + AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/> diff --git a/build/msw/wx_vc8_adv.vcproj b/build/msw/wx_vc8_adv.vcproj index a07a1e7e21..841f3009f3 100644 --- a/build/msw/wx_vc8_adv.vcproj +++ b/build/msw/wx_vc8_adv.vcproj @@ -949,7 +949,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -1003,7 +1003,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> diff --git a/build/msw/wx_vc8_aui.vcproj b/build/msw/wx_vc8_aui.vcproj index 829575a96c..28d8a20710 100644 --- a/build/msw/wx_vc8_aui.vcproj +++ b/build/msw/wx_vc8_aui.vcproj @@ -831,7 +831,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -956,7 +956,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_base.vcproj b/build/msw/wx_vc8_base.vcproj index 2e8b411ada..c0da1a984e 100644 --- a/build/msw/wx_vc8_base.vcproj +++ b/build/msw/wx_vc8_base.vcproj @@ -1202,7 +1202,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -1256,7 +1256,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> diff --git a/build/msw/wx_vc8_core.vcproj b/build/msw/wx_vc8_core.vcproj index a83dfff6fb..b8af84bb65 100644 --- a/build/msw/wx_vc8_core.vcproj +++ b/build/msw/wx_vc8_core.vcproj @@ -3365,7 +3365,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -3419,7 +3419,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> diff --git a/build/msw/wx_vc8_gl.vcproj b/build/msw/wx_vc8_gl.vcproj index be99037dd9..7f52a7efab 100644 --- a/build/msw/wx_vc8_gl.vcproj +++ b/build/msw/wx_vc8_gl.vcproj @@ -837,7 +837,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -962,7 +962,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_html.vcproj b/build/msw/wx_vc8_html.vcproj index f042da8ce6..b49495d6dd 100644 --- a/build/msw/wx_vc8_html.vcproj +++ b/build/msw/wx_vc8_html.vcproj @@ -919,7 +919,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -973,7 +973,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> diff --git a/build/msw/wx_vc8_media.vcproj b/build/msw/wx_vc8_media.vcproj index d02fa95b3f..8c6e06139a 100644 --- a/build/msw/wx_vc8_media.vcproj +++ b/build/msw/wx_vc8_media.vcproj @@ -846,7 +846,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -974,7 +974,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_net.vcproj b/build/msw/wx_vc8_net.vcproj index eef9d782dd..126906270f 100644 --- a/build/msw/wx_vc8_net.vcproj +++ b/build/msw/wx_vc8_net.vcproj @@ -870,7 +870,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -995,7 +995,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_qa.vcproj b/build/msw/wx_vc8_qa.vcproj index e19235695e..226ee13d38 100644 --- a/build/msw/wx_vc8_qa.vcproj +++ b/build/msw/wx_vc8_qa.vcproj @@ -842,7 +842,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -967,7 +967,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_richtext.vcproj b/build/msw/wx_vc8_richtext.vcproj index a5e60c878c..59ed9b5658 100644 --- a/build/msw/wx_vc8_richtext.vcproj +++ b/build/msw/wx_vc8_richtext.vcproj @@ -831,7 +831,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -956,7 +956,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_stc.vcproj b/build/msw/wx_vc8_stc.vcproj index e0c42f3686..20c4f338d3 100644 --- a/build/msw/wx_vc8_stc.vcproj +++ b/build/msw/wx_vc8_stc.vcproj @@ -831,7 +831,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -956,7 +956,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_wxregex.vcproj b/build/msw/wx_vc8_wxregex.vcproj index b257b20c9d..0b13634361 100644 --- a/build/msw/wx_vc8_wxregex.vcproj +++ b/build/msw/wx_vc8_wxregex.vcproj @@ -692,7 +692,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> @@ -784,7 +784,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> diff --git a/build/msw/wx_vc8_xml.vcproj b/build/msw/wx_vc8_xml.vcproj index 207f1de465..7672dc6f6d 100644 --- a/build/msw/wx_vc8_xml.vcproj +++ b/build/msw/wx_vc8_xml.vcproj @@ -834,7 +834,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -959,7 +959,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"" Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - AdditionalDependencies=""$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"" + AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw"" /> diff --git a/build/msw/wx_vc8_xrc.vcproj b/build/msw/wx_vc8_xrc.vcproj index 66e819e653..ba561c22e6 100644 --- a/build/msw/wx_vc8_xrc.vcproj +++ b/build/msw/wx_vc8_xrc.vcproj @@ -837,7 +837,7 @@ Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> @@ -891,7 +891,7 @@ Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h" CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h" Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h" - AdditionalDependencies="$(SOURCE) "$(INTDIR)" "$(OUTDIR)"" + AdditionalDependencies=""$(INTDIR)" "$(OUTDIR)"" /> -- 2.45.2