Skip to content

Commit

Permalink
Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landsca…
Browse files Browse the repository at this point in the history
…pe support

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3
  • Loading branch information
patacongo committed Nov 9, 2012
1 parent 80f8563 commit de47b5e
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 149 deletions.
20 changes: 19 additions & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,28 @@ config WINDOWS_MSYS
bool "MSYS"

config WINDOWS_OTHER
bool "Other"
bool "Other POSIX-like environment"

endchoice

config WINDOWS_MKLINK
bool "Use mklink"
default y
depends on HOST_WINDOWS
---help---
Use the mklink command to set up symbolic links when NuttX is
configured. Otherwise, configuration directories will be copied to
establish the configuration.

If directories are copied, then some confusion can result ("Which
version of the file did I modify?"). In that case, it is recommended
that you re-build using 'make clean_context all'. That will cause the
configured directories to be recopied on each build.

NOTE: This option also (1) that you have administrator privileges, (2)
that you are using Windows 2000 or better, and (3) that you are using
the NTFS file system. Select 'n' is that is not the case.

menu "Build Configuration"

config APPS_DIR
Expand Down
Loading

0 comments on commit de47b5e

Please sign in to comment.