Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opengl shaders #230

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
replace -l with %link_flag% to be consistent
srele96 committed Jan 30, 2023
commit d0015cb8e46993369b421a7cc6ec8e3f05fb3d7f
2 changes: 1 addition & 1 deletion cpp/experiments/opengl_shaders/compile.bat
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ SET link_search_paths=%link_search_path_sdl% %link_search_path_glew%

@REM LINKER INCLUDES
SET link_flag=-l
SET link_sdl=%link_flag%SDL2main -lSDL2
SET link_sdl=%link_flag%SDL2main %link_flag%SDL2
SET link_glew=%link_flag%glew32
SET link_opengl=%link_flag%opengl32
SET link_libs=%link_sdl% %link_glew% %link_opengl%