diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:18:37 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:18:37 +0100 |
commit | 2ec11ad1fd50098a789a9b477bb9c4240f569e7e (patch) | |
tree | 27cf630257df50b4af8950af1391ae18bebc7066 /StormLib_test.vcxproj | |
parent | cc17c9bc5a6d5a85487beef60eab36e1c1513e00 (diff) |
Added functions for conversions between MPQ file name <-> Safe file name
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r-- | StormLib_test.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj index 18cee5b..71aebf9 100644 --- a/StormLib_test.vcxproj +++ b/StormLib_test.vcxproj @@ -336,6 +336,7 @@ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> </ClCompile> + <ClCompile Include="src\SMemUtf8.cpp" /> <ClCompile Include="src\sparse\sparse.cpp" /> <ClCompile Include="src\zlib\adler32.c" /> <ClCompile Include="src\zlib\compress_zlib.c" /> |