diff --git a/build-css b/build-css new file mode 100755 index 00000000..42221e12 --- /dev/null +++ b/build-css @@ -0,0 +1 @@ +make -j4 GAME=css NO_WARNINGS=1 \ No newline at end of file diff --git a/makefile b/makefile index 2ba97255..b4973d96 100644 --- a/makefile +++ b/makefile @@ -51,7 +51,7 @@ RES_DIR=res OUT_DIR=bin TARGET = $(OUT_DIR)/$(OUT_NAME) -INCLUDES=-Iucccccp -isystem$(SSDK_DIR)/public -isystem$(SSDK_DIR)/mathlib -isystem$(SSDK_DIR)/common -isystem$(SSDK_DIR)/public/tier1 -isystem$(SSDK_DIR)/public/tier0 -isystem$(SSDK_DIR) +INCLUDES=-Iucccccp -isystem/usr/include/c++/6.3.1 -isystem$(SSDK_DIR)/public -isystem$(SSDK_DIR)/mathlib -isystem$(SSDK_DIR)/common -isystem$(SSDK_DIR)/public/tier1 -isystem$(SSDK_DIR)/public/tier0 -isystem$(SSDK_DIR) LDLIBS=-static -l:libc.so.6 -l:libstdc++.so.6 -l:libtier0.so -l:libvstdlib.so LDFLAGS=-shared -L$(realpath $(LIB_DIR)) SOURCES=$(shell find $(SRC_DIR) -name "*.c*" -print)