📄 doxygen.pro.in
字号:
## $Id: doxygen.pro.in,v 1.6 2001/03/19 19:27:40 root Exp $## Copyright (C) 1997-2001 by Dimitri van Heesch.## Permission to use, copy, modify, and distribute this software and its# documentation under the terms of the GNU General Public License is hereby # granted. No representations are made about the suitability of this software # for any purpose. It is provided "as is" without express or implied warranty.# See the GNU General Public License for more details.## Documents produced by Doxygen are derivative works derived from the# input used in their production; they are not affected by this license.## TMake project file for doxygenTEMPLATE = app.tCONFIG = console warn_on $extraoptsHEADERS = doxygen.h SOURCES = main.cpp unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools win32:INCLUDEPATH += .win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools win32-msvc:LIBS += qtools.lib doxygen.lib doxycfg.lib shell32.lib win32-msvc:TMAKE_LFLAGS += /LIBPATH:..\libwin32-borland:LIBS += qtools.lib doxygen.lib doxycfg.lib shell32.libwin32-borland:TMAKE_LFLAGS += -L..\lib -L$(BCB)\lib\psdkwin32:TMAKE_CXXFLAGS += -DQT_NODLLINCLUDEPATH += ../qtools .DESTDIR = ../binTARGET = doxygenunix:TARGETDEPS = ../lib/libdoxygen.a ../lib/libdoxycfg.awin32:TARGETDEPS = ..\lib\doxygen.lib ..\lib\doxycfg.libOBJECTS_DIR = ../objects
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -