Skip to content

Instantly share code, notes, and snippets.

@aptavout
Last active December 18, 2015 19:49
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 aptavout/5835936 to your computer and use it in GitHub Desktop.
Save aptavout/5835936 to your computer and use it in GitHub Desktop.
@echo off
setlocal
set winincludes=C:\Program Files\PellesC\Include\Win
set sysincludes=C:\Program Files\PellesC\Include
set INCLUDE=%winincludes%;%sysincludes%
rem /Ze: use Microsoft extensions to avoid winnt.h "No specific architecture" error
pocc sqlite.c /Ze
pocc main.c
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment