mirror of
https://git.suyu.dev/suyu/ext-windows-bin.git
synced 2025-12-22 05:36:28 +01:00
Add initial set of binaries: GLFW 3.1.1 (VC12 and 14) and Qt 5.5 (VC14)
This commit is contained in:
parent
8c4fe0557f
commit
62416e8f09
4 changed files with 14 additions and 0 deletions
BIN
glfw/glfw-3.1.1-msvc2013_64.7z
Normal file
BIN
glfw/glfw-3.1.1-msvc2013_64.7z
Normal file
Binary file not shown.
BIN
glfw/glfw-3.1.1-msvc2015_64.7z
Normal file
BIN
glfw/glfw-3.1.1-msvc2015_64.7z
Normal file
Binary file not shown.
14
qt/build-qt.cmd
Normal file
14
qt/build-qt.cmd
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
C:\Qt\5.5\Src\configure -prefix %CD%\output ^
|
||||||
|
-debug-and-release -opensource -opengl desktop -mp -c++11 -ltcg ^
|
||||||
|
-nomake examples ^
|
||||||
|
-skip qtdeclarative -skip qtdoc -skip qtmultimedia ^
|
||||||
|
-skip qttools -skip qtwebkit -skip qtwebkit-examples ^
|
||||||
|
-skip qtxmlpatterns
|
||||||
|
|
||||||
|
nmake
|
||||||
|
nmake install
|
||||||
|
|
||||||
|
del output\bin\*.pdb
|
||||||
|
del output\lib\*.pdb
|
||||||
|
REM This library is huge and doesn't seem to be required to compile applications
|
||||||
|
del output\lib\Qt5Bootstrap.*
|
||||||
BIN
qt/qt-5.5-msvc2015_64.7z
Normal file
BIN
qt/qt-5.5-msvc2015_64.7z
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue