Changeset e8ebc76 in opengl-game for makefile


Ignore:
Timestamp:
Aug 29, 2019, 8:22:40 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
eba8c0c
Parents:
850e84c
Message:

Create main.cpp to hold the initial startup code and (eventually) the CrashLogger wrapper and create a SpaceGame class to hold the rendering and game logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r850e84c re8ebc76  
    5656        $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS)
    5757
    58 spacegame: space-game.cpp game-gui-sdl.cpp game-gui-glfw.cpp
     58spacegame: main.cpp space-game.cpp game-gui-sdl.cpp game-gui-glfw.cpp
    5959        $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS)
    6060
Note: See TracChangeset for help on using the changeset viewer.