win32: fjx types.h and add version.h to vcproj files

This commit is contained in:
zeromus 2009-06-18 20:14:58 +00:00
parent fa2afc6386
commit 3f80c39f33
4 changed files with 16 additions and 2 deletions

View File

@ -21,6 +21,11 @@
#ifndef TYPES_HPP
#define TYPES_HPP
//todo - everyone will want to support this eventually, i suppose
#ifdef _MSC_VER
#include "config.h"
#endif
#ifndef _MSC_VER
#define NOSSE2
#endif

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="shift_jis"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@ -1110,6 +1110,10 @@
RelativePath="..\types.h"
>
</File>
<File
RelativePath="..\version.h"
>
</File>
<File
RelativePath="..\wifi.cpp"
>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="shift_jis"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
@ -1139,6 +1139,10 @@
RelativePath="..\types.h"
>
</File>
<File
RelativePath="..\version.h"
>
</File>
<File
RelativePath="..\wifi.h"
>

View File

@ -336,6 +336,7 @@
<ClInclude Include="..\utils\md5.h" />
<ClInclude Include="..\utils\valuearray.h" />
<ClInclude Include="..\utils\xstring.h" />
<ClInclude Include="..\version.h" />
<ClInclude Include="..\wifi.h" />
<ClInclude Include="AboutBox.h" />
<ClInclude Include="aviout.h" />