1
0
Fork 0
forked from fte/fteqw

fixing more builds

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2583 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2007-08-07 17:42:10 +00:00
parent 10045b4dcf
commit d3565abc3a
2 changed files with 3 additions and 4 deletions

View file

@ -5391,6 +5391,7 @@
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug Dedicated ServerQ3|Win32" Name="Debug Dedicated ServerQ3|Win32"
ExcludedFromBuild="true"
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
@ -23316,7 +23317,6 @@
> >
<FileConfiguration <FileConfiguration
Name="MinGLDebug|Win32" Name="MinGLDebug|Win32"
ExcludedFromBuild="true"
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
@ -23461,7 +23461,6 @@
> >
<FileConfiguration <FileConfiguration
Name="MinGLDebug|Win32" Name="MinGLDebug|Win32"
ExcludedFromBuild="true"
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
@ -23606,7 +23605,6 @@
> >
<FileConfiguration <FileConfiguration
Name="MinGLDebug|Win32" Name="MinGLDebug|Win32"
ExcludedFromBuild="true"
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
@ -23895,7 +23893,6 @@
> >
<FileConfiguration <FileConfiguration
Name="MinGLDebug|Win32" Name="MinGLDebug|Win32"
ExcludedFromBuild="true"
> >
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"

View file

@ -15,6 +15,7 @@
PR_PrintStatement PR_PrintStatement
================= =================
*/ */
/*
void PR_PrintStatement (progfuncs_t *progfuncs, dstatement16_t *s) void PR_PrintStatement (progfuncs_t *progfuncs, dstatement16_t *s)
{ {
int i; int i;
@ -50,6 +51,7 @@ return;
} }
printf ("\n"); printf ("\n");
} }
*/
/* /*
============ ============