Added support for Dev-C++, a MinGW32 IDE <http://www.bloodshed.net/dev/devcpp.html>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4248 d7cf8633-e32d-0410-b094-e92efae38249
This commit is contained in:
molivier 2004-06-16 12:06:24 +00:00
parent 86dcf98dd3
commit f1d653c9f6
3 changed files with 1653 additions and 1 deletions

View file

@ -11,3 +11,6 @@ gmon.out
*.opt *.opt
*.plg *.plg
*.exe *.exe
darkplaces_private.h
darkplaces_private.rc
Makefile.win

View file

@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
// console.c // console.c
#ifndef WIN32 #if !defined(WIN32) || defined(__MINGW32__)
# include <unistd.h> # include <unistd.h>
#endif #endif
#include <time.h> #include <time.h>

1649
darkplaces.dev Normal file

File diff suppressed because it is too large Load diff