mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-09 08:14:12 +00:00
extract file names to global defs
This commit is contained in:
parent
67e45b1bf1
commit
169db8e466
5 changed files with 29 additions and 13 deletions
11
Makefile
11
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue