From 432f24319319fe040e142059eb83279c53f90ab8 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 9 Aug 2025 08:35:03 +0200 Subject: refactor 2 --- .../examples/example_apple_opengl2/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 imgui-1.92.1/examples/example_apple_opengl2/Makefile (limited to 'imgui-1.92.1/examples/example_apple_opengl2/Makefile') diff --git a/imgui-1.92.1/examples/example_apple_opengl2/Makefile b/imgui-1.92.1/examples/example_apple_opengl2/Makefile deleted file mode 100644 index 4ad5fa6..0000000 --- a/imgui-1.92.1/examples/example_apple_opengl2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for example_apple_metal, for macOS only (**not iOS**) -CXX = clang++ -EXE = example_apple_opengl2 -IMGUI_DIR = ../../ -SOURCES = main.mm -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_osx.mm $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp - -CXXFLAGS = -std=c++11 -ObjC++ -fobjc-arc -Wall -Wextra -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -FRAMEWORKS = -framework Cocoa -framework OpenGL -framework GameController - -all: $(EXE) - -$(EXE): $(SOURCES) - $(CXX) $(CXXFLAGS) $(SOURCES) -o $(EXE) $(FRAMEWORKS) - -run: all - ./$(EXE) - -clean: - rm -f $(EXE) *.o -- cgit v1.2.3-70-g09d2