- Timestamp:
- Jul 8, 2019, 5:01:29 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 80de39d
- Parents:
- 7dcd925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r7dcd925 ra8f0577 34 34 $(CC) $^ $(DEP) $(CFLAGS) -o $@ 35 35 36 CXX_FLAGS = -std=c++17 -Wall -pedantic 36 CXX_FLAGS = -std=c++17 -Wall -pedantic# -O3 -rdynamic 37 37 38 38 ifeq ($(OS),Darwin) … … 51 51 endif 52 52 53 LIBS = -lSDL253 LIBS = `pkg-config --static --libs sdl2` 54 54 ifeq ($(OS),Darwin) 55 55 LIBS := $(VULKAN_SDK_PATH)/lib/libvulkan.dylib $(LIBS) … … 61 61 LIB_FLAGS = $(LIB_PATHS) $(LIBS) 62 62 63 vulkangame: vulkan-game -ref.cpp #vulkan-game.cpp game-gui-sdl.cpp63 vulkangame: vulkan-game.cpp game-gui-sdl.cpp 64 64 $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS) 65 65
Note:
See TracChangeset
for help on using the changeset viewer.