mirror of
https://github.com/DarkPlacesEngine/darkplaces.git
synced 2025-05-29 16:21:34 +00:00
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:
parent
86dcf98dd3
commit
f1d653c9f6
3 changed files with 1653 additions and 1 deletions
|
@ -11,3 +11,6 @@ gmon.out
|
||||||
*.opt
|
*.opt
|
||||||
*.plg
|
*.plg
|
||||||
*.exe
|
*.exe
|
||||||
|
darkplaces_private.h
|
||||||
|
darkplaces_private.rc
|
||||||
|
Makefile.win
|
||||||
|
|
|
@ -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
1649
darkplaces.dev
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue