downloader/makefile
CPP = g++
OPTS = `wx-config --cxxflags --libs` `curl-config --cflags --libs`
all:
wxrc gui.xrc -v -c -o gui.cpp
$(CPP) main.cc -o dwn $(OPTS)
downloader/makefile
CPP = g++
OPTS = `wx-config --cxxflags --libs` `curl-config --cflags --libs`
all:
wxrc gui.xrc -v -c -o gui.cpp
$(CPP) main.cc -o dwn $(OPTS)