From d27d3bb8b68f1e0f066a0749601ff32431325983 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 29 Nov 2009 22:50:17 +0000 Subject: Add other missing files to dist. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1743 --- wince/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'wince') diff --git a/wince/Makefile.am b/wince/Makefile.am index 476b9a67..c19471ca 100644 --- a/wince/Makefile.am +++ b/wince/Makefile.am @@ -4,6 +4,7 @@ noinst_LIBRARIES=libc_wince.a if WINDOWS_CE libc_wince_a_SOURCES = \ + libc_wince.h \ env.c env.h \ errno.c errno.h \ fileops.c fileops.h -- cgit v1.2.3 From 860a17497bdc189f78f5a0bca000a0451d5ae624 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 5 Jan 2010 15:52:12 +0000 Subject: Move config.make up to pkg/ directory. Use static makefiles to generate all packages, rather than dynamically generated makefiles. Add pkg/osx to dist. Make OS X staging directory depend on top level documentation files. Generate CMDLINE as part of standard build if it is not already present. Set svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1790 --- wince/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wince/.gitignore (limited to 'wince') diff --git a/wince/.gitignore b/wince/.gitignore new file mode 100644 index 00000000..051d1bd5 --- /dev/null +++ b/wince/.gitignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +.deps -- cgit v1.2.3 From a9e2d244a5a37fed344405e40698de2a2969c12a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 27 Jan 2010 19:16:26 +0000 Subject: Add tags files to svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828 --- wince/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wince') diff --git a/wince/.gitignore b/wince/.gitignore index 051d1bd5..d4e88e5a 100644 --- a/wince/.gitignore +++ b/wince/.gitignore @@ -1,3 +1,5 @@ Makefile Makefile.in .deps +tags +TAGS -- cgit v1.2.3