SHA256
8
0
forked from pool/doxygen
OBS User unknown
2008-02-28 00:54:14 +00:00
committed by Git OBS Bridge
parent f95afaa64c
commit c4b221d0f7
14 changed files with 183 additions and 116 deletions

View File

@@ -0,0 +1,17 @@
--- addon/doxywizard/Makefile.doxywizard
+++ addon/doxywizard/Makefile.doxywizard
@@ -20,11 +20,11 @@
CC = cc
CXX = c++
CFLAGS = -pipe -Wall -W -g -DNODEBUG
-CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g -DNODEBUG
+CXXFLAGS= -pipe -Wall -W -g -DNODEBUG
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