view dwindows1.pc.in @ 2391:a7bfb97fd80e

iOS: Switch to using UIApplicationMain() in dw_main(). This is not a long term solution since it never exits and has some other limitations, but apparently it does some setup we were not doing. We are now getting auto constraint errors due to conflicts with the DW layout engine. Some changes to avoid these but still getting them... so more work needed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 25 Mar 2021 05:30:52 +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@