mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-07 08:49:59 +01:00
Undefined XLX_USE_WGET as it will not run under windows
Updated Makefile to link with wx net
This commit is contained in:
parent
e19b61fcdb
commit
59a9832e5d
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#ifndef XLXHostsFileDownloader_H
|
||||
#define XLXHostsFileDownloader_H
|
||||
#define XLX_USE_WGET
|
||||
//#define XLX_USE_WGET
|
||||
#include <wx/wx.h>
|
||||
|
||||
class CXLXHostsFileDownloader {
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ export BINDIR := "/usr/bin"
|
|||
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)
|
||||
export LIBS := $(shell wx-config --libs base)
|
||||
export LIBS := $(shell wx-config --libs base,net)
|
||||
export LDFLAGS :=
|
||||
|
||||
.PHONY: all
|
||||
|
|
|
|||
Loading…
Reference in a new issue