d3dx9: Start implementation of d3dx9_28, d3dx9_29 and d3dx9_30.
diff --git a/configure b/configure
index f26088e..3f4db92 100755
--- a/configure
+++ b/configure
@@ -21267,6 +21267,12 @@
ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
+ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
+
+ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
+
+ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
+
ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
@@ -22559,6 +22565,9 @@
"dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
"dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
"dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
+ "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
+ "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
+ "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
"dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
"dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
"dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;