mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
fix linux compile
This commit is contained in:
parent
d8192a9c7f
commit
b51f6435c5
|
|
@ -1,8 +1,8 @@
|
|||
# export CXX ?= $(shell wx-config --cxx)
|
||||
# export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1
|
||||
# export GUILIBS ?= $(shell wx-config --libs adv,core,base)
|
||||
# export LIBS ?= $(shell wx-config --libs base)
|
||||
# export LDFLAGS ?=
|
||||
export CXX ?= $(shell wx-config --cxx)
|
||||
export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1
|
||||
export GUILIBS ?= $(shell wx-config --libs adv,core,base)
|
||||
export LIBS ?= $(shell wx-config --libs base)
|
||||
export LDFLAGS ?=
|
||||
|
||||
all: ircDDBGateway/ircddbgatewayd
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue