From: havoc Date: Thu, 24 Jul 2003 21:14:06 +0000 (+0000) Subject: a correction about mingw makefile X-Git-Tag: xonotic-v0.1.0preview~6488 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=579377ba46e349bfcf35474a49f9b02c6ecdb9ca;p=xonotic%2Fdarkplaces.git a correction about mingw makefile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3322 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/mingw_note.txt b/mingw_note.txt index 0e32e850..3e65f14a 100644 --- a/mingw_note.txt +++ b/mingw_note.txt @@ -6,4 +6,4 @@ include/dsound.h (part of DirectX) include/wsipx.h (winsock IPX header, needed for net_wipx.c, which can be removed if you edit net_win.c a bit) Assuming you placed mingw in c:\mingw, you can simply type this to compile: -make -f makefile.mingw +make exerelease