repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git]
/
src
/
getopt
/
SConscript
blob
14cabed4e643e2a3fda09cad7daa24c205377d26
1
Import('*')
2
3
if not env['msvc']:
4
Return()
5
6
env = env.Clone()
7
8
env.Prepend(CPPPATH = ['.'])
9
10
getopt = env.ConvenienceLibrary(
11
target = 'getopt',
12
source = ['getopt_long.c'],
13
)
14
15
Export('getopt')