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

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

#1 fix interface and add util module

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.