forked from pool/doxygen
18 lines
496 B
Diff
18 lines
496 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 -liconv -L$(QTDIR)/lib -lqt-mt
|
|
+LFLAGS =
|
|
+LIBS = -L$(QTDIR)/lib -lqt-mt
|
|
MOC = /Developer/qt/bin/moc
|
|
|
|
TAR = tar -cf
|