Inline the code directory
This commit is contained in:
parent
2bd49c802a
commit
a3318353fa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
tags
|
||||
*.swp
|
||||
*.swo
|
||||
bin/
|
||||
Build
|
||||
.vs/
|
||||
*.db
|
||||
|
BIN
Project/dqn.rdbg
BIN
Project/dqn.rdbg
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
|
0
Code/build.sh → build.sh
Executable file → Normal file
0
Code/build.sh → build.sh
Executable file → Normal file
Loading…
Reference in New Issue
Block a user