We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8382e8f commit 175d5a5Copy full SHA for 175d5a5
physx-sys/make-sources.sh
@@ -1,6 +1,11 @@
1
#!/bin/bash
2
set -e
3
4
+# This script finds all of the cpp files in a <directory> and generates a rust
5
+# array of strings into physx-sys/sources/<name> that is used by the build script
6
+# to compile all of the source files when compiling physx-sys
7
+#
8
+# usage: make-sources.sh <physx c++ source directory path> <name>
9
dir=$1
10
file="$(dirname "$0")/sources/$2"
11
0 commit comments