build: fixed licensing project

* fixed license includes for windows
This commit is contained in:
malte_langkabel
2016-01-21 13:54:41 +01:00
parent 46d9825454
commit 3b62c1353e
3 changed files with 18 additions and 19 deletions
+4 -1
View File
@@ -30,9 +30,12 @@ For Win32:
Build release lib in ${BOTAN_DIR}/release
Build debug lib in ${BOTAN_DIR}/debug
for Windows:
for Windows release build:
$ python configure.py --cc=msvc --cpu=x86_32 --via-amalgamation --disable-shared
for Windows debug build:
python configure.py --cc=msvc --cpu=x86_32 --via-amalgamation --disable-shared --no-optimizations --with-debug-info
for other:
$ python configure.py --via-amalgamation --disable-shared