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

View File

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