1 !IF "$(BUILDSTYLE)"=="DEBUG"
8 set WebKit_Libraries=$(SRCROOT)\AppleInternal
9 set WebKit_OutputDir=$(OBJROOT)
10 set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
11 set WebKit_Source=$(SRCROOT)\..\..
12 devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
13 -xcopy "%ConfigurationBuildDir%\bin\*.exe" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
14 xcopy "%ConfigurationBuildDir%\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
15 -xcopy "%ConfigurationBuildDir%\bin\*.dll" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
16 xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y
17 xcopy "%ConfigurationBuildDir%\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y
18 xcopy "%ConfigurationBuildDir%\bin\WebKit.resources\*" "$(DSTROOT)\AppleInternal\bin\WebKit.resources" /e/v/i/h/y