summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Drosera/DroseraWin.make
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/Drosera/DroseraWin.make')
-rw-r--r--WebKitTools/Drosera/DroseraWin.make13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebKitTools/Drosera/DroseraWin.make b/WebKitTools/Drosera/DroseraWin.make
deleted file mode 100644
index b69d47d..0000000
--- a/WebKitTools/Drosera/DroseraWin.make
+++ /dev/null
@@ -1,13 +0,0 @@
-!IF !defined(BUILDSTYLE)
-BUILDSTYLE=Release
-!ELSEIF "$(BUILDSTYLE)"=="DEBUG"
-BUILDSTYLE=Debug_Internal
-!ENDIF
-
-install:
- set WebKitLibrariesDir=$(SRCROOT)\AppleInternal
- set WebKitOutputDir=$(OBJROOT)
- set PRODUCTION=1
- devenv "win\Drosera.vcproj\Drosera.vcproj" /rebuild $(BUILDSTYLE)
- xcopy "$(OBJROOT)\bin\*" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
- xcopy "$(OBJROOT)\bin\Drosera.resources\*" "$(DSTROOT)\AppleInternal\bin\Drosera.resources" /e/v/i/h/y