This patch alters the makefile/configure stuff to dip down to the
directx directory to build and install.
NOTE:
Didn't completely figure out how srcdir, etc. So too many headers
installed.
Ryan
diff --git a/cegcc/src/w32api/configure.in b/cegcc/src/w32api/configure.in
index a016bb4..b2905d7 100644
--- a/cegcc/src/w32api/configure.in
+++ b/cegcc/src/w32api/configure.in
@@ -52,7 +52,7 @@ AC_SUBST(BUILDENV)
case "${host_alias}" in
*-mingw32ce* | *-cegcc*)
- SUBDIRS="libce"
+ SUBDIRS="libce libce/directx"
;;
*)
SUBDIRS="lib"
@@ -60,4 +60,4 @@ case "${host_alias}" in
esac
AC_SUBST(SUBDIRS)
-AC_OUTPUT(Makefile lib/Makefile lib/ddk/Makefile lib/directx/Makefile libce/Makefile)
+AC_OUTPUT(Makefile lib/Makefile lib/ddk/Makefile lib/directx/Makefile libce/Makefile libce/directx/Makefile)
diff --git a/cegcc/src/w32api/libce/directx/Makefile.in b/cegcc/src/w32api/libce/directx/Makefile.in
index a05d7dd..924517d 100644
--- a/cegcc/src/w32api/libce/directx/Makefile.in
+++ b/cegcc/src/w32api/libce/directx/Makefile.in
@@ -98,7 +98,7 @@ HEADERS = $(notdir $(wildcard $(srcdir)/../../include/directx/*.h))
DEF_FILES = $(notdir $(wildcard $(srcdir)/*.def))
DIST_C_FILES = $(notdir $(wildcard $(srcdir)/*.c))
DIST_H_FILES = $(notdir $(wildcard $(srcdir)/*.h))
-LIBS = libstrmiids.a
+LIBS = libstrmiids.a libddraw.a libdmoguids.a
DISTFILES = Makefile.in $(DEF_FILES) $(DIST_C_FILES) $(DIST_H_FILES)
diff --git a/cegcc/src/w32api/libce/strmiids.def b/cegcc/src/w32api/libce/strmiids.def
deleted file mode 100644
index 306ec27..0000000
--- a/cegcc/src/w32api/libce/strmiids.def
+++ /dev/null
@@ -1,2 +0,0 @@
-LIBRARY STRMIIDS
-EXPORTS
--
1.6.0.2.GIT
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel