VOGONS


First post, by kekko

User metadata
Rank Oldbie
Rank
Oldbie

there's a small error in VC7 project file that prevents it from opening:

			<Filter
Name="fpu"
Filter="">
<File
RelativePath="..\src\fpu\fpu.cpp">
</File>
<File
RelativePath="..\src\fpu\fpu_instructions.h">
</File>
<File
<File
RelativePath="..\src\fpu\fpu_instructions_x86.h">
</File>
RelativePath="..\src\fpu\fpu_types.h">
</File>
</Filter>

should be corrected to:

			<Filter
Name="fpu"
Filter="">
<File
RelativePath="..\src\fpu\fpu.cpp">
</File>
<File
RelativePath="..\src\fpu\fpu_instructions.h">
</File>
<File
RelativePath="..\src\fpu\fpu_instructions_x86.h">
</File>
<File
RelativePath="..\src\fpu\fpu_types.h">
</File>
</Filter>

bye!