File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11export OBJ_HOME := $(realpath obj)
22export SRC_HOME := $(realpath src)
33export INCL_HOME := $(realpath include)
4- export TEST_LINK_FILES := $(realpath UnitTest++/libUnitTest++.a)
4+ export TEST_LINK_FILES := $(realpath UnitTest++) /libUnitTest++.a
55export TEST_INCLUDE := $(realpath UnitTest++/src)
66export EXECUTABLE := warsofcatan
77ALLFILES := $(wildcard $(SRC_HOME ) /* ) $(wildcard $(INCL_HOME ) /* )
88export CXX := g++
99export LD := g++
10- export CXXFLAGS := -g -I$(INCL_HOME ) -std=c++0x -Wall -I/usr/local/include
11- export LDFLAGS := -L/usr/local/lib -lSDL2 -lGL -lGLU -Wl,-R/usr/local/lib
10+ export CXXFLAGS := -g -I$(INCL_HOME ) -std=c++0x -Wall
11+ export LDFLAGS := -L/usr/local/lib -lSDL2 -lGL -lGLU
1212
1313.PHONY : all
1414all : $(EXECUTABLE )
You can’t perform that action at this time.
0 commit comments