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, 13 insertions, 0 deletions
diff --git a/WebKitTools/Drosera/DroseraWin.make b/WebKitTools/Drosera/DroseraWin.make
new file mode 100644
index 0000000..b69d47d
--- /dev/null
+++ b/WebKitTools/Drosera/DroseraWin.make
@@ -0,0 +1,13 @@
+!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