23.01.2012, 07:07
My makefile this
Please this is the source.Please file .so
Код:
GPP=g++ GCC=gcc OUTFILE="plugins/Encrypt.so" COMPILE_FLAGS=-c -O3 -w -DLINUX -I./SDK/amx/ all: $(GCC) $(COMPILE_FLAGS) ./xyssl/*.c $(GPP) $(COMPILE_FLAGS) ./SDK/*.cpp $(GPP) $(COMPILE_FLAGS) ./*.cpp $(GPP) -O3 -fshort-wchar -shared -o $(OUTFILE) *.o rm -f *.o

