view dwindows1.pc.in @ 2239:95ad22a4da2d

Bump version to 3.2 now that we are post 3.1 release. Rename the fallback sockpipe() macro to oldsockpipe() which is now always available. If compiled with domain socket support and domain sockets fail to create, fallback to oldsockpipe(). This hopefully will let us just have a single build for Vista to 10 with domain socket support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 15 Jan 2021 19:22:27 +0000
parents 5f0e4ca14dcd
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: dwindows
Description: Dynamic Windows Cross platform UI Toolkit
Version: @VERSION@
Libs: -L${prefix}/lib -ldwindows @LIBS@
Cflags: -I${prefix}/include @CFLAGS@ -D@DW_DEFINE@