1. 28 Jun, 2012 2 commits
  2. 12 Mar, 2012 1 commit
  3. 18 Oct, 2011 1 commit
    • David 'Digit' Turner's avatar
      Add win32 native build support · ad1afc5e
      David 'Digit' Turner authored
      This patch is adds support to "native" (i.e. Cygwin-less) Windows
      NDK build through the new 'ndk-build.cmd' Windows shell script.
      
      Just call it from the cmd.exe command-line, when in your project
      path. The script takes the same arguments than 'ndk-build'.
      
      + Adds the source of a new tiny Windows-specific command-line
        "echo" program.  The reason for this is that the 'echo' that
        comes with cmd.exe is too weird and will not work properly
        when invoked from make (e.g. it can't deal with double-quoted
        strings properly: it will print the double-quotes in the
        output).
      
      + build/tools/build-host-toolbox.sh: new script to rebuild the
        'echo' program on Windows.  The idea is that the 'toolbox' may
        contain other command-line programs like "cp" or "mkdir" in
        the future, to avoid relying on the not-so-robust cmd.exe
        versions of these commands (del, md, xcopy), if necessary.
      
      + Make build-host-prebuilts.sh call build-host-toolbox.sh
        when generating Windows binaries, and package-release.sh
        unpack the corresponding archive when generating the
        Windows packages.
      
      + build-funcs.sh can now be used to build host binaries too.
      
      + docs/CHANGES.html: document new native win32 build support.
      
      Change-Id: I4d30f6c6532ae84deb95e7e5f595af76b97d9257
      ad1afc5e