repo.or.cz
/
ocurl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release 0.7.8
[ocurl.git]
/
print_ext.ml
blob
3a2f7ef001b03e6a824b4ce11984d72af795122f
1
match
List
.
tl
(
Array
.
to_list
Sys
.
argv
)
with
2
| [
"dll"
] ->
print_endline
Config
.
ext_dll
3
| [
"obj"
] ->
print_endline
Config
.
ext_obj
4
| [
"lib"
] ->
print_endline
Config
.
ext_lib
5
|
_
->
prerr_endline
"print_ext.ml: wrong usage"
;
exit
2