Changeset 670c09a in opengl-game
- Timestamp:
- Dec 6, 2020, 12:02:15 AM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- aaf27cd
- Parents:
- 95c657f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r95c657f r670c09a 23 23 24 24 openglref: new-game.cpp logger.cpp utils.cpp crash-logger.cpp IMGUI/imgui_impl_glfw.cpp IMGUI/imgui_impl_opengl3.cpp $(IMGUI_FILES) 25 25 $(CC) $^ $(DEP) $(CFLAGS) -o $@ -DGLEW_STATIC 26 26 27 27 openglgame: main-opengl.cpp opengl-game.cpp crash-logger.cpp logger.cpp game-gui-glfw.cpp graphics-pipeline_opengl.cpp IMGUI/imgui_impl_glfw.cpp IMGUI/imgui_impl_opengl3.cpp $(IMGUI_FILES) 28 28 $(CC) $^ $(DEP) $(CFLAGS) -o $@ -DGLEW_STATIC 29 29 30 30 CXX_FLAGS = -std=c++17 -Wall -pedantic# -O3 -rdynamic
Note:
See TracChangeset
for help on using the changeset viewer.