-LRN: Wincat:
authorChristian Grothoff <christian@grothoff.org>
Sat, 23 Jun 2012 22:33:52 +0000 (22:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 23 Jun 2012 22:33:52 +0000 (22:33 +0000)
commit2d672a8e5ce41108e0ab52cbeaef5ebcce94b67c
tree4a4f91b6b69d5bf2463f963924bc444caafd5ba1
parentde8fb70966c0eb3b0a8c7207a19a34b1ee24629f
-LRN: Wincat:
  I've been experimenting with an alternative non-MSYS buildsystem for
a while, and GNUNET_os_start_process() test kept failing due to lack
of cat. Wincat is a minimal cat implementation in pure WinAPI. It's
not named "cat.exe" to avoid clashing with MSYS cat (which can lead to
some very weird issues).
src/util/Makefile.am
src/util/test_os_start_process.c
src/util/w32cat.c [new file with mode: 0644]