making eressea follow the common project structure

This commit is contained in:
Enno Rehling 2010-02-21 01:41:34 +00:00
parent 30cc0c1f42
commit 463d8c0283
3 changed files with 24 additions and 1 deletions

View file

@ -202,6 +202,26 @@
RelativePath="..\common\build\kernel.c"
>
</File>
<File
RelativePath=".\main.c"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\server.c"
>

View file

@ -21,7 +21,6 @@
/* config includes */
#include <platform.h>
#include "stdafx.h"
#include <kernel/eressea.h>
#include <gmtool.h>

4
src/eressea/server.c Normal file
View file

@ -0,0 +1,4 @@
#include <platform.h>
#include "stdafx.h"
#include "main.c"