发布时间:2015-07-31 09:37:15
该模版只要把g++改成gcc,cpp改成c就可以支持gcc模版,非常好用。INC_DIR = ./incDEBUG = -g #-pgINCLUDE = -I$(INC_DIR)CFLAGS = -pipe -Wall -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCECFLAGS += -O6CFLAGS += $(shell if [ -d /usr/include/mysql .........【阅读全文】