Work in progress: a script that generates GitMe-$VERSION.exe
commit4efc565ca4c0edba8375a36efe3fc5b77c23a6f6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2007 15:08:56 +0000 (8 16:08 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2007 19:50:46 +0000 (8 20:50 +0100)
treebcb6a4c0441aa0bc6caf6bc47b8b2c74c4f07b85
parent42a1680f440aa138eb652efc718ea04d17cb1933
Work in progress: a script that generates GitMe-$VERSION.exe

Much like the installer I did for WinGit-$VERSION.exe, this script
makes a GitMe-$VERSION.exe.

The result will be slightly different from GitMe-3.exe: There is no
longer a reason to call sh.exe differently, and config.mak does not
have to be in a subdirectory.

Also, curl-config is only needed when compiling things (it shows you
the necessary CFLAGS and friends).

Furthermore, the generating script will be checked into msysgit.git,
so there is no need to include it into the installer.

This version is based on the second version of GitMe-3.exe...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/GitMe/7z-install.txt [new file with mode: 0644]
share/GitMe/config.mak [new file with mode: 0644]
share/GitMe/fileList-mingw.txt [new file with mode: 0644]
share/GitMe/fileList.txt [new file with mode: 0644]
share/GitMe/gitconfig [new file with mode: 0644]
share/GitMe/release.sh [new file with mode: 0644]
share/GitMe/setup-msysgit.sh [new file with mode: 0644]