Михаил Капелько 1 月之前
父節點
當前提交
6fcd542daa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      v3/translate-py-cxx

+ 2
- 2
v3/translate-py-cxx 查看文件

@@ -3,5 +3,5 @@
DIR=$(cd "$(dirname "$0")" ; pwd -P)
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…
取消
儲存