diff options
Diffstat (limited to 'Tools/Python/buildgen/module_build_path.txt')
-rw-r--r-- | Tools/Python/buildgen/module_build_path.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/Python/buildgen/module_build_path.txt b/Tools/Python/buildgen/module_build_path.txt new file mode 100644 index 0000000000..e5c8ed103d --- /dev/null +++ b/Tools/Python/buildgen/module_build_path.txt @@ -0,0 +1,5 @@ +BIN_DIR=${PLATFORM_BUILD_DIR}/${ARCH}
+MODULE_BUILD_DIR=${BIN_DIR}/${PACKAGE_RELATIVE_DIR}/${MODULE_RELATIVE_DIR}/${MODULE_FILE_BASE_NAME}
+DEST_DIR_OUTPUT=${MODULE_BUILD_DIR}/OUTPUT
+DEST_DIR_DEBUG=${MODULE_BUILD_DIR}/DEBUG
+
|