File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
22
22
:setpaths
23
23
24
24
set LFLAGS = /DEBUG /MACHINE:X64
25
- set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include" /I " ..\third_party\assimp\include "
25
+ set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include"
26
26
set LIB_PATH_GLFW = /LIBPATH:" ..\third_party\glfw-3.4.bin.WIN64\lib-vc2022"
27
27
set LIB_PATH_GLEW = /LIBPATH:" ..\third_party\glew-2.1.0\lib\Release\x64"
28
- set LIB_PATH_ASSIMP = /LIBPATH:" ..\third_party\assimp\lib\"
29
28
set SYSTEM_LIBS = " kernel32.lib" " user32.lib" " gdi32.lib" " winspool.lib" " comdlg32.lib" " advapi32.lib" " shell32.lib" " ole32.lib" " oleaut32.lib" " uuid.lib" " odbc32.lib" " odbccp32.lib"
30
29
set LIBS = %LIB_PATH_GLFW% %LIB_PATH_GLEW% glew32.lib glfw3dll.lib OpenGL32.lib %SYSTEM_LIBS%
31
30
set DLL_PATH_GLEW = " third_party\glew-2.1.0\bin\Release\x64\glew32.dll"
32
31
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
32
set SRC = " *.c??"
35
33
36
34
@ echo on
Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
22
22
:setpaths
23
23
24
24
set LFLAGS = /DEBUG /MACHINE:X64
25
- set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include" /I " ..\third_party\assimp\include "
25
+ set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include"
26
26
set LIB_PATH_GLFW = /LIBPATH:" ..\third_party\glfw-3.4.bin.WIN64\lib-vc2022"
27
27
set LIB_PATH_GLEW = /LIBPATH:" ..\third_party\glew-2.1.0\lib\Release\x64"
28
- set LIB_PATH_ASSIMP = /LIBPATH:" ..\third_party\assimp\lib\"
29
28
set SYSTEM_LIBS = " kernel32.lib" " user32.lib" " gdi32.lib" " winspool.lib" " comdlg32.lib" " advapi32.lib" " shell32.lib" " ole32.lib" " oleaut32.lib" " uuid.lib" " odbc32.lib" " odbccp32.lib"
30
29
set LIBS = %LIB_PATH_GLFW% %LIB_PATH_GLEW% glew32.lib glfw3dll.lib OpenGL32.lib %SYSTEM_LIBS%
31
30
set DLL_PATH_GLEW = " third_party\glew-2.1.0\bin\Release\x64\glew32.dll"
32
31
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
32
set SRC = " *.c??"
35
33
36
34
@ echo on
Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
22
22
:setpaths
23
23
24
24
set LFLAGS = /DEBUG /MACHINE:X64
25
- set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include" /I " ..\third_party\assimp\include "
25
+ set INCLUDES = /I " ..\third_party\glew-2.1.0\include" /I " ..\third_party\glfw-3.4.bin.WIN64\include"
26
26
set LIB_PATH_GLFW = /LIBPATH:" ..\third_party\glfw-3.4.bin.WIN64\lib-vc2022"
27
27
set LIB_PATH_GLEW = /LIBPATH:" ..\third_party\glew-2.1.0\lib\Release\x64"
28
- set LIB_PATH_ASSIMP = /LIBPATH:" ..\third_party\assimp\lib\"
29
28
set SYSTEM_LIBS = " kernel32.lib" " user32.lib" " gdi32.lib" " winspool.lib" " comdlg32.lib" " advapi32.lib" " shell32.lib" " ole32.lib" " oleaut32.lib" " uuid.lib" " odbc32.lib" " odbccp32.lib"
30
29
set LIBS = %LIB_PATH_GLFW% %LIB_PATH_GLEW% glew32.lib glfw3dll.lib OpenGL32.lib %SYSTEM_LIBS%
31
30
set DLL_PATH_GLEW = " third_party\glew-2.1.0\bin\Release\x64\glew32.dll"
32
31
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
32
set SRC = " *.c??"
35
33
36
34
@ echo on
You can’t perform that action at this time.
0 commit comments