diff options
Diffstat (limited to 'vcproj-14/char-server.vcxproj')
-rw-r--r-- | vcproj-14/char-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj index 542b675bb..f2fc4682c 100644 --- a/vcproj-14/char-server.vcxproj +++ b/vcproj-14/char-server.vcxproj @@ -138,6 +138,7 @@ <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> <ClInclude Include="..\3rdparty\mt19937ar\mt19937ar.h" /> + <ClInclude Include="..\src\char\int_rodex.h" /> <ClInclude Include="..\src\common\atomic.h" /> <ClInclude Include="..\src\common\cbasetypes.h" /> <ClInclude Include="..\src\common\conf.h" /> @@ -199,6 +200,7 @@ <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> <ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" /> + <ClCompile Include="..\src\char\int_rodex.c" /> <ClCompile Include="..\src\common\conf.c" /> <ClCompile Include="..\src\common\core.c" /> <ClCompile Include="..\src\common\console.c" /> |