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_dll.vcxproj | |
parent | cc17c9bc5a6d5a85487beef60eab36e1c1513e00 (diff) |
Added functions for conversions between MPQ file name <-> Safe file name
Diffstat (limited to 'StormLib_dll.vcxproj')
-rw-r--r-- | StormLib_dll.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StormLib_dll.vcxproj b/StormLib_dll.vcxproj index f437bd9..67899f5 100644 --- a/StormLib_dll.vcxproj +++ b/StormLib_dll.vcxproj @@ -322,6 +322,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" /> |