diff options
author | talha <talha@talhaamir.xyz> | 2024-03-31 18:22:14 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-03-31 18:22:14 +0500 |
commit | 02077305a5b63fcf7242ac909d8caed5cc3cf18f (patch) | |
tree | 9940db9786f9496e3a3a872955591c21b433632f /build.bat | |
parent | 82de1ef9f3d7fd9268af7de92bfc929f48f5b3bb (diff) |
Completed lighting, Model loading
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ set LibPath=%ProjectRoot%\libs set CommonIncludeFlags=/I"%IncludePath%" set CommonFileFlags=%IncludePath%\glad\glad.c -set CommonLinkerFlags=-incremental:no %ProjectRoot%\libs\SDL2\SDL2.lib %ProjectRoot%\libs\SDL2\SDL2main.lib opengl32.lib shell32.lib -set CommonCompilerFlags=-MT -nologo -Gm- -GR- -EHa- -Od -Oi -WX -W2 -wd4201 -wd4100 -wd4189 -FC -Z7 +set CommonLinkerFlags=-incremental:no %LibPath%\SDL2\SDL2.lib %LibPath%\SDL2\SDL2main.lib %LibPath%\assimp\assimp-vc143-mtd.lib opengl32.lib shell32.lib +set CommonCompilerFlags=-MT -nologo -Gm- -GR- -EHa- -Od -Oi -WX -W2 -wd4201 -wd4100 -wd4189 -FC -Z7 -EHsc cl %CommonCompilerFlags% %CommonIncludeFlags% %ProjectRoot%\source\main.cpp %CommonFileFlags% /link /LIBPATH:LibPath -subsystem:console %CommonLinkerFlags% popd |