From a3318353fa694d5a54cb1d8bb79abfeb63b81fd2 Mon Sep 17 00:00:00 2001 From: doyle Date: Mon, 9 Aug 2021 09:03:15 +1000 Subject: [PATCH] Inline the code directory --- .gitignore | 2 +- Code/Dqn.h => Dqn.h | 0 Code/Dqn_Curl.h => Dqn_Curl.h | 0 Code/Dqn_Jsmn.h => Dqn_Jsmn.h | 0 Code/Dqn_MetaDesk.h => Dqn_MetaDesk.h | 0 Code/Dqn_Money.h => Dqn_Money.h | 0 Code/Dqn_Tests.cpp => Dqn_Tests.cpp | 0 Code/Dqn_U128.h => Dqn_U128.h | 0 Project/dqn.rdbg | Bin 374 -> 360 bytes Code/.clang-format => _clang-format | 0 Code/Build.bat => build.bat | 4 ++-- Code/build.sh => build.sh | 0 12 files changed, 3 insertions(+), 3 deletions(-) rename Code/Dqn.h => Dqn.h (100%) rename Code/Dqn_Curl.h => Dqn_Curl.h (100%) rename Code/Dqn_Jsmn.h => Dqn_Jsmn.h (100%) rename Code/Dqn_MetaDesk.h => Dqn_MetaDesk.h (100%) rename Code/Dqn_Money.h => Dqn_Money.h (100%) rename Code/Dqn_Tests.cpp => Dqn_Tests.cpp (100%) rename Code/Dqn_U128.h => Dqn_U128.h (100%) rename Code/.clang-format => _clang-format (100%) rename Code/Build.bat => build.bat (92%) rename Code/build.sh => build.sh (100%) mode change 100755 => 100644 diff --git a/.gitignore b/.gitignore index d67854b..61e5de3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ tags *.swp *.swo -bin/ +Build .vs/ *.db diff --git a/Code/Dqn.h b/Dqn.h similarity index 100% rename from Code/Dqn.h rename to Dqn.h diff --git a/Code/Dqn_Curl.h b/Dqn_Curl.h similarity index 100% rename from Code/Dqn_Curl.h rename to Dqn_Curl.h diff --git a/Code/Dqn_Jsmn.h b/Dqn_Jsmn.h similarity index 100% rename from Code/Dqn_Jsmn.h rename to Dqn_Jsmn.h diff --git a/Code/Dqn_MetaDesk.h b/Dqn_MetaDesk.h similarity index 100% rename from Code/Dqn_MetaDesk.h rename to Dqn_MetaDesk.h diff --git a/Code/Dqn_Money.h b/Dqn_Money.h similarity index 100% rename from Code/Dqn_Money.h rename to Dqn_Money.h diff --git a/Code/Dqn_Tests.cpp b/Dqn_Tests.cpp similarity index 100% rename from Code/Dqn_Tests.cpp rename to Dqn_Tests.cpp diff --git a/Code/Dqn_U128.h b/Dqn_U128.h similarity index 100% rename from Code/Dqn_U128.h rename to Dqn_U128.h diff --git a/Project/dqn.rdbg b/Project/dqn.rdbg index b890f6cfad1675cfc6c9b21315cfc39c9f5660c6..73b0d79bbe46ae6082d331b91b81e0091859c986 100644 GIT binary patch delta 138 zcmeyy^n%GS$i>NBlYxQ3%__ztKQ}eTIX@*eCZ#Yh#;G(jCnYAgxGXuwr7$l(B(=Dt uSTD6AbuuHP$i%*S7bc)4E!-NDa}x8?QFQ_pBLE|i$v)YUQGT*1qay(FA19vx delta 91 zcmaFC^o_|j$i>NBgMop;%__ztKQ}eTIX@*eCZ#Yh#;G(jCnd(EFfTqdFS8^hwYa2M pFSQ~Ss1yvCfTZ+9FBvAijESDw6K&fk+Hx?mPc~$fpRCU42mty=8B+iN diff --git a/Code/.clang-format b/_clang-format similarity index 100% rename from Code/.clang-format rename to _clang-format diff --git a/Code/Build.bat b/build.bat similarity index 92% rename from Code/Build.bat rename to build.bat index a95b048..d970fbe 100644 --- a/Code/Build.bat +++ b/build.bat @@ -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 diff --git a/Code/build.sh b/build.sh old mode 100755 new mode 100644 similarity index 100% rename from Code/build.sh rename to build.sh