Михаил Капелько 1 month ago
parent
commit
6fcd542daa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      v3/translate-py-cxx

+ 2
- 2
v3/translate-py-cxx View File

@@ -3,5 +3,5 @@
DIR=$(cd "$(dirname "$0")" ; pwd -P) DIR=$(cd "$(dirname "$0")" ; pwd -P)
TR=$DIR/tPythonC++/translate TR=$DIR/tPythonC++/translate


$TR --header $DIR/memory.py #> $DIR/memory.cpp
$TR --includes=/path/to/file $DIR/memory_test.py #> $DIR/memory_test.cpp
$TR $DIR/memory.py > $DIR/memory.cpp
$TR $DIR/memory_test.py > $DIR/memory_test.cpp

Loading…
Cancel
Save