- Added basic filesystem method to get the base path of the app
- Added hot reload support of the game dll - various changes and refactor
This commit is contained in:
8
misc/shell.bat
Normal file
8
misc/shell.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user