Changeset 4eb4d0a in opengl-game for makefile


Ignore:
Timestamp:
Aug 30, 2019, 4:01:54 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
99d44b2
Parents:
0df3c9a
Message:

Rename vulkan-game.cpp to vulkan-ref.cpp and define the GAMEGUI_INCLUDE_VULKAN preprocessor directive to control whether the gui-game classes build with Vulkan support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r0df3c9a r4eb4d0a  
    5353LIB_FLAGS = $(LIB_PATHS) $(LIBS)
    5454
    55 vulkangame: vulkan-game.cpp game-gui-sdl.cpp
    56         $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS)
     55vulkanref: vulkan-ref.cpp game-gui-sdl.cpp
     56        $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS) -DGAMEGUI_INCLUDE_VULKAN
    5757
    5858spacegame: main.cpp space-game.cpp game-gui-sdl.cpp
     
    6565clean:
    6666        rm -f newgame
    67         rm -f vulkangame
     67        rm -f vulkanref
    6868        rm -f spacegame
    6969        rm -f shaders/*.spv
Note: See TracChangeset for help on using the changeset viewer.