Skip to content

Instantly share code, notes, and snippets.

@iwadon
Created March 22, 2011 10:14
Show Gist options
  • Select an option

  • Save iwadon/881017 to your computer and use it in GitHub Desktop.

Select an option

Save iwadon/881017 to your computer and use it in GitHub Desktop.
a BAT file for the bootstrap of Ninja for Win32
cl.exe /nologo /EHsc /I. /Isrc /DWIN32 /Feninja-bootstrap.exe src\build.cc src\build_log.cc src\eval_env.cc src\graph.cc src\graphviz.cc src\parsers.cc src\subprocess.win32.cpp src\util.cc src\ninja_jumble.cc src\ninja.cc src\getopt.c shlwapi.lib && .\ninja-bootstrap.exe -f build-win32.ninja ninja.exe && del .\ninja-bootstrap.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment