1 !IF "$(BUILDSTYLE)"=="DEBUG" 2 BUILDSTYLE=Debug_All 3 !ELSE 4 BUILDSTYLE=Production 5 !ENDIF 6 7 install: 8 set WebKitLibrariesDir=$(SRCROOT)\AppleInternal 9 set WebKitOutputDir=$(OBJROOT) 10 set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE) 11 set WebKitVSPropsRedirectionDir=$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\4\ 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 19