- 24 Sep, 2013 1 commit
-
-
Russell Belfer committed
-
- 31 Jul, 2013 1 commit
-
-
This option is already present in the CMake config, but was missing from `Makefile.embed` and would cause all kinds of weird failures when compiling rugged on windows with the ruby devkit.
Arthur Schreiber committed
-
- 24 Jul, 2013 1 commit
-
-
This allows libgit2 to be cross-compiled (e.g. when building native rugged binaries for windows from Linux or OS X). ``` CROSS_COMPILE=i686-w64-mingw32 make -f Makefile.embed ```
Arthur Schreiber committed
-
- 13 Nov, 2012 1 commit
-
-
Vicent Marti committed
-
- 24 Oct, 2012 1 commit
-
-
Scott J. Goldman committed
-
- 20 Jun, 2012 2 commits
-
-
Don't need unix/*.c for windows, don't need wildcard for regex.c
Scott J. Goldman committed -
otherwise we can't compile the native parts of the rugged gem on Windows
Scott J. Goldman committed
-
- 19 May, 2012 2 commits
-
-
Bruce Mitchener committed
-
Bruce Mitchener committed
-
- 09 Feb, 2012 1 commit
-
-
Vicent Martí committed
-
- 14 Oct, 2011 2 commits
-
-
Hargobind S. Khalsa committed
-
Hargobind S. Khalsa committed
-
- 06 Jul, 2011 1 commit
-
-
Run `make -f Makefile.embed` to get a `libgit2.a` with no dependencies and no configuration on any Unix-like system. The generated library can be linked with any piece of software without licensing issues. Have fun.
Vicent Marti committed
-