]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't bother with Win32 (32-bit intel) versions for now.
authorMichael R Sweet <msweet@msweet.org>
Fri, 30 Jul 2021 23:59:00 +0000 (19:59 -0400)
committerMichael R Sweet <msweet@msweet.org>
Fri, 30 Jul 2021 23:59:00 +0000 (19:59 -0400)
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec

index e19f952c3c40326f8a7dcbdd6d9babd5bc6b4d9a..5ca8db09034c73e31b73b133ac85b17565927f8a 100644 (file)
@@ -34,7 +34,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
         <file src="..\cups\raster.h" target="native\include\cups" />
         <file src="..\cups\transcode.h" target="native\include\cups" />
         <file src="..\cups\versioning.h" target="native\include\cups" />
-        <file src="Win32\**\libcups2*.lib" target="native\lib\Win32" />
+        <!--<file src="Win32\**\libcups2*.lib" target="native\lib\Win32" />-->
         <file src="x64\**\libcups2*.lib" target="native\lib\x64" />
     </files>
 </package>
index 9da6e8d0dcb751355b7916341577d5a56c6e5238..33dfc69e93942f39979195b0904dc2e1cc235f6d 100644 (file)
@@ -19,8 +19,8 @@ and other Unix®-like operating systems. This package provides the redistributab
     <files>
         <file src="..\desktop\cups-128.png" target="native" />
         <file src="..\README.md" target="native" />
-        <file src="Win32\**\libcups2*.dll" target="native\bin\Win32" />
-        <file src="Win32\**\regex*.dll" target="native\bin\Win32" />
+        <!--<file src="Win32\**\libcups2*.dll" target="native\bin\Win32" />
+        <file src="Win32\**\regex*.dll" target="native\bin\Win32" />-->
         <file src="x64\**\libcups2*.dll" target="native\bin\x64" />
         <file src="x64\**\regex*.dll" target="native\bin\x64" />
     </files>