diff options
author | Russell Rice | 2008-10-31 09:12:19 +0000 |
---|---|---|
committer | Russell Rice | 2008-10-31 09:12:19 +0000 |
commit | 56e56f797f2bd129c70ff1119d67eb069dcf8246 (patch) | |
tree | 36412d4bb0a2afbc78452916d5fa221e49750afa /src/doom/st_lib.c | |
parent | 6d54e2dfe625c3d50a87f3ce4ac8161d53e9f890 (diff) | |
download | chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.gz chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.bz2 chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.zip |
- Delete the "all-in-one" project file and rename the solution file to
chocolate.sln
- Create separate msvc projects for all games supported, which work the
same as the codeblocks ones
- Include fixes (nothing compiler specific, just additions of stdio.h)
to build with msvc
Subversion-branch: /branches/raven-branch
Subversion-revision: 1371
Diffstat (limited to 'src/doom/st_lib.c')
-rw-r--r-- | src/doom/st_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/st_lib.c b/src/doom/st_lib.c index c7e87951..c90540cb 100644 --- a/src/doom/st_lib.c +++ b/src/doom/st_lib.c @@ -25,7 +25,7 @@ //----------------------------------------------------------------------------- - +#include <stdio.h> #include <ctype.h> #include "deh_main.h" |