Inline the code directory
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
tags
|
||||
*.swp
|
||||
*.swo
|
||||
bin/
|
||||
Build
|
||||
.vs/
|
||||
*.db
|
||||
|
||||
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
@echo OFF
|
||||
|
||||
set code_dir=%~dp0
|
||||
if not exist ..\Build mkdir ..\Build
|
||||
pushd ..\Build
|
||||
if not exist Build mkdir Build
|
||||
pushd Build
|
||||
|
||||
REM MT Static CRT
|
||||
REM EHa- Disable exception handling
|
||||
Executable → Regular
Reference in New Issue
Block a user