Inline the code directory

This commit is contained in:
2021-08-09 09:03:15 +10:00
parent 2bd49c802a
commit a3318353fa
12 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
tags tags
*.swp *.swp
*.swo *.swo
bin/ Build
.vs/ .vs/
*.db *.db
View File
View File
View File
View File
View File
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,8 +1,8 @@
@echo OFF @echo OFF
set code_dir=%~dp0 set code_dir=%~dp0
if not exist ..\Build mkdir ..\Build if not exist Build mkdir Build
pushd ..\Build pushd Build
REM MT Static CRT REM MT Static CRT
REM EHa- Disable exception handling REM EHa- Disable exception handling
Executable → Regular
View File