Skip to content

Commit

Permalink
Switch to hk660
Browse files Browse the repository at this point in the history
Correct 5601d23 to actually compile for hk660.
  • Loading branch information
hexabits committed Dec 17, 2017
1 parent e29516e commit 3cbc5aa
Show file tree
Hide file tree
Showing 11 changed files with 319 additions and 302 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@

# Build results
[Dd]ebug/
[Dd]ebug DLL/
[Dd]ebugPublic/
[Rr]elease/
[Rr]elease DLL/
[Rr]eleases/
x64/
x86/
Expand Down
8 changes: 8 additions & 0 deletions NifMopp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#pragma once

#include <windows.h>
#include <exception>
#include <excpt.h>
#include <cstring>
#include <stdio.h>

#if _MSC_VER >= 1900
extern "C" FILE * __iob_func( void );
#endif

struct Point3
{
Expand Down
28 changes: 28 additions & 0 deletions NifMopp.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NifMopp", "NifMopp.vcxproj", "{97AD0704-9B55-4571-928D-AC4787D0FE5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release DLL|x86 = Release DLL|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Debug|x86.ActiveCfg = Debug|Win32
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Debug|x86.Build.0 = Debug|Win32
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Release DLL|x86.ActiveCfg = Release DLL|Win32
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Release DLL|x86.Build.0 = Release DLL|Win32
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Release|x86.ActiveCfg = Release|Win32
{97AD0704-9B55-4571-928D-AC4787D0FE5E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6F6FDD2-1C99-49B4-9F91-A5F0868AA9AC}
EndGlobalSection
EndGlobal
227 changes: 0 additions & 227 deletions NifMopp.vcproj

This file was deleted.

Loading

0 comments on commit 3cbc5aa

Please sign in to comment.