source: libcf/trunk/makeinclude/userdefine.mk@ 119

Last change on this file since 119 was 119, checked in by cheese, 11 years ago

#1 fix and arrange doxygen configuration file and doxygen comments

File size: 332 bytes
Line 
1#------------------------------------------------------------
2# user definition
3#------------------------------------------------------------
4
5# os-version
6# > 32 or 64
7VER = 64
8
9# compile with debugging flag and definition
10# > YES or NO
11DEBUG = YES
12
13# create doxygen documents automatically
14# > YES or NO
15DOXYGEN_CREATE = YES
Note: See TracBrowser for help on using the repository browser.