summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 21:10:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 21:10:50 +0000
commit1340c63e2cfe9e5b8cb4e878290cddd7ab219fa1 (patch)
tree9b898341fc58784947af11448b67c35b1ddd70f8 /nuttx/ChangeLog
parenta0ebf07c2fc6e680fc440d52a0e477682cd641b7 (diff)
downloadnuttx-1340c63e2cfe9e5b8cb4e878290cddd7ab219fa1.tar.gz
nuttx-1340c63e2cfe9e5b8cb4e878290cddd7ab219fa1.tar.bz2
nuttx-1340c63e2cfe9e5b8cb4e878290cddd7ab219fa1.zip
Add tools/incdir.bat; Rename top-level Makefile to Makefile.unix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5347 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 31700214f..ce2db55b5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3616,3 +3616,10 @@
* tools/Config.mk: Centralize the definition of the scrpt that will be
used to generated header file include paths for the compiler. This
needs to be centralized in order to support the Windows native build.
+ * tools/incdir.bat: A replaced for tools/incdir.sh for use with the
+ the Windows native build.
+ * Makefile.unix: The existing top-level Makefile has been renamed
+ Makefile.unix.
+ * Makefile: This is a new top-level Makefile that just includes
+ either Makefile.unix or Makefile.win
+