win32: fjx types.h and add version.h to vcproj files
This commit is contained in:
parent
fa2afc6386
commit
3f80c39f33
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue