Skip to content

Instantly share code, notes, and snippets.

@Zeex
Created July 12, 2012 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeex/3095102 to your computer and use it in GitHub Desktop.
Save Zeex/3095102 to your computer and use it in GitHub Desktop.
@echo off
set PATH=%PATH%;"%ProgramFiles%\Microsoft Visual Studio 10.0\VC\bin"
call vcvars32
cl plugin.c /FAc /c
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment