[PATCH vkd3d] build: Remove portable/ directory.

Józef Kucia joseph.kucia at gmail.com
Mon Jun 11 06:29:55 CDT 2018


From: Józef Kucia <jkucia at codeweavers.com>

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 configure.ac        | 1 -
 portable/.gitignore | 0
 2 files changed, 1 deletion(-)
 delete mode 100644 portable/.gitignore

diff --git a/configure.ac b/configure.ac
index de4ece8ce569..daae6464fae9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,6 @@ AC_INIT([vkd3d],[1.0])
 
 AC_CONFIG_AUX_DIR([bin])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_HEADERS(include/config.h)
 
 AC_ARG_VAR([WIDL], [widl IDL compiler])
diff --git a/portable/.gitignore b/portable/.gitignore
deleted file mode 100644
index e69de29bb2d1..000000000000
-- 
2.16.4




More information about the wine-devel mailing list