Files
Juliet/misc/shell.bat
Patedam 051939f827 - Added basic filesystem method to get the base path of the app
- Added hot reload support of the game dll
- various changes and refactor
2025-02-23 20:37:44 -05:00

8 lines
187 B
Batchfile

@echo off
pushd .
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
popd
set path=W:\Classified\Juliet\misc;%path%
set _NO_DEBUG_HEAP=1