Skip to content

Commit

Permalink
Add CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS definition for building sword
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Sep 21, 2020
1 parent 10b6c65 commit 75619fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_sword.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if %argC% equ 3 (
)

cmake -B build\sword -G "Visual Studio %VS%" -A Win32 ^
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE ^
-DBZIP2_LIBRARY=%cd%\%2\libbz2.lib ^
-DBZIP2_INCLUDE_DIR=%cd%\bzip2 ^
-DXZ_LIBRARY=%cd%\%2\liblzma.lib ^
Expand Down

0 comments on commit 75619fb

Please sign in to comment.