view dwindows1.pc.in @ 1986:218fce0e3b06

Mac: dw_percent_set_pos() does not update the position when not called from the main thread on Mojave. After implementing this change it occurs to me that functions that return nothing, can probably avoid blocking while waiting for the main thread. Consider this for future macro changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 07 Sep 2019 16:47:45 +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@