Changeset d8cb15e in opengl-game for makefile


Ignore:
Timestamp:
Aug 30, 2019, 7:30:53 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5529ab5
Parents:
d5f2b42
Message:

Implement GetError() in game-gui-glfw and start using game-gui-glfw in opengl-game to show a window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    rd5f2b42 rd8cb15e  
    2525        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    2626
    27 openglgame: main-opengl.cpp opengl-game.cpp
     27openglgame: main-opengl.cpp opengl-game.cpp game-gui-glfw.cpp
    2828        $(CC) $^ $(DEP) $(CFLAGS) -o $@
    2929
Note: See TracChangeset for help on using the changeset viewer.