From 11e50186d484724a8a1c0d7426ff941e6870e704 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 6 May 2004 23:24:34 +0000 Subject: [PATCH] new opt option --- direct/src/ffi/genPyCode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/ffi/genPyCode b/direct/src/ffi/genPyCode index 62c8a8b37d..5da95dbcc2 100755 --- a/direct/src/ffi/genPyCode +++ b/direct/src/ffi/genPyCode @@ -18,8 +18,9 @@ optimizeFlag="" ppython=ppython ppythonOptimizeFlag="" -while getopts gtpven flag; do +while getopts ogtpven flag; do case $flag in + o) extra_genPyCode_libs="$extra_genPyCode_libs libotp" ;; g) extra_genPyCode_libs="$extra_genPyCode_libs libgateway" ;; t) extra_genPyCode_libs="$extra_genPyCode_libs libtoontown" ;; p) extra_genPyCode_libs="$extra_genPyCode_libs libpirates" ;;