Skip to content

Instantly share code, notes, and snippets.

@carlosrivera
Created July 25, 2012 02:30
Show Gist options
  • Save carlosrivera/3174019 to your computer and use it in GitHub Desktop.
Save carlosrivera/3174019 to your computer and use it in GitHub Desktop.
compile an execute a F# and XNA sample
@if "%_echo%"=="" echo off setlocal
..\..\..\bin\fsc.exe xna.fs
if ERRORLEVEL 1 goto Exit
:Exit
pause
xna.exe
endlocal
exit /b %ERRORLEVEL%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment