Skip to content

Commit ffc9c67

Browse files
authored
Update build.bat
1 parent 6c17159 commit ffc9c67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

00_hello_triangle/build.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ set SYSTEM_LIBS="kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32
3030
set LIBS=%LIB_PATH_GLFW% %LIB_PATH_GLEW% glew32.lib glfw3dll.lib OpenGL32.lib %SYSTEM_LIBS%
3131
set DLL_PATH_GLEW="third_party\glew-2.1.0\bin\Release\x64\glew32.dll"
3232
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
3433
set SRC="*.c??"
3534

3635
@echo on

0 commit comments

Comments
 (0)