Skip to content

Commit

Permalink
v0.2.0 release: windows fixups, remove broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMcClure committed Dec 24, 2022
1 parent 8888da4 commit c0f1a8f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 60 deletions.
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions appveyor.yml

This file was deleted.

12 changes: 12 additions & 0 deletions innative-loader/innative-loader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
<RootNamespace>innativeloader</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug Static'">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgEnabled>true</VcpkgEnabled>
<vcpkgEnableManifest>true</vcpkgEnableManifest>
<vcpkgHostTriplet>x64-windows-static</vcpkgHostTriplet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release Static'">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgEnabled>true</VcpkgEnabled>
<vcpkgEnableManifest>true</vcpkgEnableManifest>
<vcpkgHostTriplet>x64-windows-static</vcpkgHostTriplet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down
1 change: 0 additions & 1 deletion innative-test/test_assemblyscript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void TestHarness::test_assemblyscript()
if(assembly)
(*_exports.FreeAssembly)(assembly);

printf("%s\n", dll_path.string().c_str());
remove(dll_path);
};

Expand Down

0 comments on commit c0f1a8f

Please sign in to comment.