Reworked VSLinux solution, added Guisan project
Moved 7z/Archive/7z files to 7z/ folder for simplicity
This commit is contained in:
parent
4549cf6d0c
commit
419cd5592d
28 changed files with 2240 additions and 519 deletions
|
@ -6,7 +6,7 @@ DIRS =$(shell find ./src -maxdepth 3 -type d)
|
|||
SOURCE = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.cpp))
|
||||
OBJS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SOURCE)))
|
||||
|
||||
INCLUDE =-I./include `sdl2-config --cflags`
|
||||
INCLUDE =-I./include `sdl2-config --cflags --libs`
|
||||
CFLAGS = -g -w -O3 $(INCLUDE)
|
||||
CXXFLAGS= $(CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue