extract file names to global defs

This commit is contained in:
Shawn Chain 2018-10-05 20:18:42 +08:00
parent 67e45b1bf1
commit 169db8e466
5 changed files with 29 additions and 13 deletions

View file

@ -1,9 +1,8 @@
# CXX := $(shell wx-config --cxx)
# CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
# GUILIBS := $(shell wx-config --libs adv,core,base)
# LIBS := $(shell wx-config --libs base)
# LDFLAGS :=
# export CXX ?= $(shell wx-config --cxx)
# export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags)
# export GUILIBS ?= $(shell wx-config --libs adv,core,base)
# export LIBS ?= $(shell wx-config --libs base)
# export LDFLAGS ?=
all: ircDDBGateway/ircddbgatewayd