docs: Fix setting GYP_DEFINES on Windows, closes #1126

This commit is contained in:
Cheng Zhao 2015-03-23 10:19:49 +08:00
parent 414c91a637
commit de76ab97fb

View file

@ -95,7 +95,7 @@ variable and have a clean rebuild:
__Windows__ __Windows__
```cmd ```cmd
> set GYP_DEFINES="project_name=myapp product_name=MyApp" > set GYP_DEFINES=project_name=myapp product_name=MyApp
> python script\bootstrap.py > python script\bootstrap.py
> python script\build.py -c Release -t myapp > python script\build.py -c Release -t myapp
``` ```