Parent Directory
|
Revision Log
|
Patch
| revision 18 by appaji-guest, Wed Jan 16 08:29:13 2008 UTC | revision 26 by appaji-guest, Wed Apr 2 18:32:28 2008 UTC | |
|---|---|---|
| # | Line 85 if [ "$i18n" = "1" ]; then | Line 85 if [ "$i18n" = "1" ]; then |
| 85 | fi; | fi; |
| 86 | fi | fi |
| 87 | ||
| 88 | echo 'CFLAGS=-g' >> Makefile.settings | echo 'CFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g' >> Makefile.settings |
| 89 | if [ "$debug" = "1" ]; then | if [ "$debug" = "1" ]; then |
| 90 | echo 'DEBUG=1' >> Makefile.settings | echo 'DEBUG=1' >> Makefile.settings |
| 91 | echo '#define DEBUG' >> config.h; | echo '#define DEBUG' >> config.h; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |