Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: createsolution.bat

Issue 10234088: Use GYP to generate MSVS project files (Closed)
Patch Set: Created April 23, 2013, 4:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: createsolution.bat
===================================================================
new file mode 100644
--- /dev/null
+++ b/createsolution.bat
@@ -0,0 +1,2 @@
+@echo off
Eric 2013/04/23 17:12:17 We can make this more robust by adding the stateme
Wladimir Palant 2013/04/24 06:01:34 Sure, that batch file isn't very advanced - right
+third_party\gyp\gyp.bat --depth=. -f msvs -I common.gypi -Dtarget_arch=x64

Powered by Google App Engine
This is Rietveld