view dwindows1.pc.in @ 2174:f93d29310b14

Mac: Implemented the required delegate selectors so NSView is now active. Basic functionality is working now, but the NSTableCellView is not being displayed. Commiting and going to try to debug the display issue on 10.11 using the interface inspector which no longer works on later versions of MacOS. This commit and potentially the next few will cause partial breakages on MacOS Yosemite (10.10) and later.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 11 Oct 2020 21:43:41 +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@