Orb/Doxygen/src/doxygen.pro.in
changeset 0 42188c7ea2d9
child 4 468f4c8d3d5b
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 #
       
     2 # 
       
     3 #
       
     4 # Copyright (C) 1997-2008 by Dimitri van Heesch.
       
     5 #
       
     6 # Permission to use, copy, modify, and distribute this software and its
       
     7 # documentation under the terms of the GNU General Public License is hereby 
       
     8 # granted. No representations are made about the suitability of this software 
       
     9 # for any purpose. It is provided "as is" without express or implied warranty.
       
    10 # See the GNU General Public License for more details.
       
    11 #
       
    12 # Documents produced by Doxygen are derivative works derived from the
       
    13 # input used in their production; they are not affected by this license.
       
    14 #
       
    15 # TMake project file for doxygen
       
    16 
       
    17 TEMPLATE     =	app.t
       
    18 CONFIG       =	console warn_on $extraopts
       
    19 HEADERS      =	doxygen.h 
       
    20 SOURCES      =	main.cpp 
       
    21 unix:LIBS                  += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 
       
    22 win32:INCLUDEPATH          += .
       
    23 win32-mingw:LIBS           += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 
       
    24 win32-msvc:LIBS            += qtools.lib md5.lib doxygen.lib doxycfg.lib shell32.lib iconv.lib
       
    25 win32-msvc:TMAKE_LFLAGS    += /LIBPATH:..\lib
       
    26 win32-borland:LIBS         += qtools.lib md5.lib doxygen.lib doxycfg.lib shell32.lib iconv.lib
       
    27 win32-borland:TMAKE_LFLAGS += -L..\lib -L$(BCB)\lib\psdk
       
    28 win32:TMAKE_CXXFLAGS       += -DQT_NODLL
       
    29 win32-g++:LIBS             = -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -liconv
       
    30 win32-g++:TMAKE_CXXFLAGS   += -fno-exceptions -fno-rtti
       
    31 INCLUDEPATH                += ../qtools ../libmd5 .
       
    32 DESTDIR                    =  ../bin
       
    33 TARGET                     =  doxygen
       
    34 unix:TARGETDEPS            =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
       
    35 win32:TARGETDEPS           =  ..\lib\doxygen.lib ..\lib\doxycfg.lib
       
    36 win32-g++:TARGETDEPS       =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
       
    37 win32-mingw:TARGETDEPS     =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
       
    38 OBJECTS_DIR                =  ../objects
       
    39