Created
July 25, 2012 02:30
-
-
Save carlosrivera/3174019 to your computer and use it in GitHub Desktop.
compile an execute a F# and XNA sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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