mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-08 17:29:58 +01:00
Add optional DCS_LINK and DEXTRA_LINK to the Makefiles.
This commit is contained in:
parent
0bd94e25d3
commit
8bb96536d1
3
Makefile
3
Makefile
|
|
@ -3,6 +3,9 @@ export LOGDIR := "/var/log"
|
|||
export CONFDIR := "/etc"
|
||||
export BINDIR := "/usr/bin"
|
||||
|
||||
# Add -DDCS_LINK to the end of the CFLAGS line below to add DCS linking to StarNet
|
||||
# Add -DDEXTRA_LINK to the end of the CFLAGS line below to add DExtra linking to StarNet
|
||||
|
||||
export CXX := $(shell wx-config --cxx)
|
||||
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
|
||||
export GUILIBS := $(shell wx-config --libs adv,core,base)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ export LOGDIR := "/var/log"
|
|||
export CONFDIR := "/etc"
|
||||
export BINDIR := "/usr/bin"
|
||||
|
||||
# Add -DDCS_LINK to the end of the CFLAGS line below to add DCS linking to StarNet
|
||||
# Add -DDEXTRA_LINK to the end of the CFLAGS line below to add DExtra linking to StarNet
|
||||
|
||||
export CXX := $(shell wx-config --cxx)
|
||||
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
|
||||
export GUILIBS := $(shell wx-config --libs adv,core,base)
|
||||
|
|
|
|||
Loading…
Reference in a new issue