File: ctags_shared.pri

package info (click to toggle)
monkeystudio 1.9.0.4%2Bgit20161218-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,500 kB
  • ctags: 22,118
  • sloc: cpp: 144,671; ansic: 33,969; python: 2,922; makefile: 127; sh: 122; php: 73; cs: 69
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Monkey Studio 2 Ctags shared project include file

# ctags version
CTAGS_VERSION   = ctags

# For correctly include ctags headers
DEFINES *= HAVE_REGCOMP 
win32:DEFINES   *= WIN32 REGEX_MALLOC STDC_HEADERS=1 __USE_GNU HAVE_STDBOOL_H
unix:DEFINES    *= HAVE_STDLIB_H \
    HAVE_FGETPOS \
    HAVE_SYS_STAT_H \
    HAVE_FCNTL_H \
    HAVE_REGEX \
    HAVE_UNISTD_H \
    HAVE_STRSTR