changeset 2:c9358558d1c4

Ignore build artefacts
author IBBoard <dev@ibboard.co.uk>
date Sun, 16 Oct 2016 20:30:17 +0100
parents 3033227c259b
children 6fbf5d373f61
files .hgignore SquishWrapper.cs SquishWrapper.csproj
diffstat 3 files changed, 3 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Oct 16 20:30:17 2016 +0100
@@ -0,0 +1,2 @@
+bin/
+obj/
\ No newline at end of file
--- a/SquishWrapper.cs	Tue Feb 17 14:53:47 2009 +0000
+++ b/SquishWrapper.cs	Sun Oct 16 20:30:17 2016 +0100
@@ -64,16 +64,12 @@
 		{
             [DllImport("squishinterface_x86.dll")]
 			internal static extern unsafe void CompressImage( byte* rgba, int width, int height, byte* blocks, int flags );
-            [DllImport("squishinterface_x86.dll")]
-			internal static	extern unsafe void DecompressImage( byte* rgba, int width, int height, byte* blocks, int flags );
 		}
    
 		private sealed class SquishInterface_64
 		{
-			[DllImport("squishinterface_x64.dll")]
+			[DllImport("squishinterface_x64.dll", EntryPoint="SquishCompressImage")]
 			internal static extern unsafe void CompressImage( byte* rgba, int width, int height, byte* blocks, int flags );
-			[DllImport("squishinterface_x64.dll")]
-			internal static	extern unsafe void DecompressImage( byte* rgba, int width, int height, byte* blocks, int flags );
 		}
 
 		private static unsafe void	CallCompressImage( byte[] rgba, int width, int height, byte[] blocks, int flags )
--- a/SquishWrapper.csproj	Tue Feb 17 14:53:47 2009 +0000
+++ b/SquishWrapper.csproj	Sun Oct 16 20:30:17 2016 +0100
@@ -7,13 +7,9 @@
     <ProjectGuid>{92658179-ABF8-4BEA-AF6A-DF4F7F64945E}</ProjectGuid>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ApplicationIcon>
-    </ApplicationIcon>
     <AssemblyKeyContainerName>
     </AssemblyKeyContainerName>
     <AssemblyName>SquishWrapper</AssemblyName>
-    <AssemblyOriginatorKeyFile>
-    </AssemblyOriginatorKeyFile>
     <DefaultClientScript>JScript</DefaultClientScript>
     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
     <DefaultTargetSchema>IE50</DefaultTargetSchema>
@@ -21,8 +17,6 @@
     <OutputType>Library</OutputType>
     <RootNamespace>SquishWrapper</RootNamespace>
     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
-    <StartupObject>
-    </StartupObject>
     <FileUpgradeFlags>
     </FileUpgradeFlags>
     <UpgradeBackupLocation>