From ead67afc96cdff3e74bb616e8e3a8b0a7695a28a Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 11 Oct 2011 16:45:31 -0700 Subject: Making the project compile with mingw32, on the same Makefile. No more separate Makefiles insanity. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d9dd7a4..727224b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "libev"] path = libev url = git.grumpycoder.net:/pub/repo.git/libev +[submodule "win32/pthreads-win32"] + path = win32/pthreads-win32 + url = git.grumpycoder.net:/pub/repo.git/pthreads-win32 -- cgit v1.2.3