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 b890f6c..73b0d79 100644 Binary files a/Project/dqn.rdbg and b/Project/dqn.rdbg differ 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