We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c17159 commit ffc9c67Copy full SHA for ffc9c67
00_hello_triangle/build.bat
@@ -30,7 +30,6 @@ set SYSTEM_LIBS="kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32
30
set LIBS=%LIB_PATH_GLFW% %LIB_PATH_GLEW% glew32.lib glfw3dll.lib OpenGL32.lib %SYSTEM_LIBS%
31
set DLL_PATH_GLEW="third_party\glew-2.1.0\bin\Release\x64\glew32.dll"
32
set DLL_PATH_GLFW="third_party\glfw-3.4.bin.WIN64\lib-vc2019\glfw3.dll"
33
-set DLL_PATH_ASSIMP="third_party\assimp\bin\vs2022\assimp-vc143-mt.dll
34
set SRC="*.c??"
35
36
@echo on
0 commit comments