view dwindows1.pc.in @ 2379:e35887009bb5

iOS: Remove tree functionality, combobox and radio button... include links to possible replacement functionality if I don't write it myself. Working on the container/listbox code... since there is only one column in the UITableView, need to figure out how to display the column data but in one column. Options are multiline labels and using a row for each column in a single segmeent for what would be a row on other platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 19 Mar 2021 22:54:18 +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@