From a7bbafe436200051db37b1d8af3c6b42cfb95330 Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 13 Aug 2021 16:18:09 +0800 Subject: [PATCH] 1 --- .gitignore | 4 +++- server/gameserver/win32/gameserver.vcxproj | 11 ++++++----- server/gameserver/win32/gameserver.vcxproj.filters | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 13f7d83..3330f56 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ __pycache__ .user game.py *.cxx -compile_commands.json \ No newline at end of file +compile_commands.json +x64 +*.vcxproj.user \ No newline at end of file diff --git a/server/gameserver/win32/gameserver.vcxproj b/server/gameserver/win32/gameserver.vcxproj index e749c48..93a92e4 100644 --- a/server/gameserver/win32/gameserver.vcxproj +++ b/server/gameserver/win32/gameserver.vcxproj @@ -80,6 +80,7 @@ true + C:\a8_env;..;$(IncludePath) false @@ -115,8 +116,8 @@ Level3 - true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + false + _DEBUG;_CONSOLE;GAME_ID=2005;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -266,7 +267,7 @@ - + @@ -284,7 +285,7 @@ - + @@ -315,7 +316,7 @@ - + diff --git a/server/gameserver/win32/gameserver.vcxproj.filters b/server/gameserver/win32/gameserver.vcxproj.filters index 2fa2fd6..e7d78fa 100644 --- a/server/gameserver/win32/gameserver.vcxproj.filters +++ b/server/gameserver/win32/gameserver.vcxproj.filters @@ -404,7 +404,7 @@ 源文件 - + 源文件 @@ -560,7 +560,7 @@ third_party\a8 - + third_party\a8 @@ -653,7 +653,7 @@ third_party\f8 - + third_party\f8