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
@echo off | |
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0ipview.ps1" %* |
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
@echo off | |
:: Drop it in the root directory of a freshly cloned raylib. Run, and enjoy. | |
set "OUT=./out" | |
if not exist "%OUT%" mkdir "%OUT%" | |
cd "%OUT%" | |
set "cwd=%cd%" | |
:: Detect OS type and set the appropriate generator | |
set "uname=%OS%" |