forked from pool/doxygen
18 lines
467 B
Diff
18 lines
467 B
Diff
|
--- addon/doxywizard/Makefile.doxywizard
|
||
|
+++ addon/doxywizard/Makefile.doxywizard
|
||
|
@@ -20,11 +20,11 @@
|
||
|
CC = cc
|
||
|
CXX = c++
|
||
|
CFLAGS = -pipe -Wall -W -g
|
||
|
-CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g
|
||
|
+CXXFLAGS= -pipe -Wall -W -g
|
||
|
INCPATH = -I../../src -I$(QTDIR)/include
|
||
|
LINK = c++
|
||
|
-LFLAGS = -Wl,-search_paths_first
|
||
|
-LIBS = -framework CoreFoundation -framework ApplicationServices -L$(QTDIR)/lib -lqt
|
||
|
+LFLAGS =
|
||
|
+LIBS = -L$(QTDIR)/lib -lqt-mt
|
||
|
MOC = moc
|
||
|
|
||
|
TAR = tar -cf
|