projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Documenting WX_MONOLITHIC build option.
[wxWidgets.git]
/
misc
/
scripts
/
makegtktags
1
#!/bin/sh
2
ctags
--totals --language-force
=
c
++
-I
WXDLLEXPORT \
3
include
/
wx
/*
.h \
4
include
/
wx
/
gtk
/*
.h \
5
include
/
wx
/
generic
/*
.h \
6
include
/
wx
/
protocol
/*
.h \
7
include
/
wx
/
unix
/*
.h \
8
src
/
common
/*
.cpp \
9
src
/
generic
/*
.cpp \
10
src
/
gtk
/*
.cpp \
11
src
/
html
/*
.cpp \
12
src
/
unix
/*
.cpp
13