Browse Source

*** empty log message ***

Mark Mine 25 năm trước cách đây
mục cha
commit
3fbeac2d8d
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      direct/src/ffi/generatePythonCode

+ 6 - 1
direct/src/ffi/generatePythonCode

@@ -13,7 +13,12 @@ generatePythonCode [opts] -i libtool libcode1 libcode2 ...
 Generates Python code for the C++ libraries listed.
 Generates Python code for the C++ libraries listed.
 
 
 Example:
 Example:
- generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/all/python -i libdtool libpandaexpress libpanda libdirect
+Linux:
+  ppython -d generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtool libpandaexpress libpanda libdirect
+
+Windows:
+  ppython -d generatePythonCode -v -d `cygpath -w $DIRECT/lib/py` -e `cygpath -w $DIRECT/src/extensions` -i libdtool libpandaexpress libpanda libdirect
+
 
 
 Options:
 Options:
   -h          print this message
   -h          print this message