view dwindows1.pc.in @ 2699:0d5e99279c8b

iOS: MLE work: Implement dw_mle_set_auto_complete() DW_MLE_COMPLETE_TEXT now enables and disabled iOS Auto Correct on the MLE. Attempt to get dw_mle_set_word_wrap() working, but it still doesn't seem to be working. Also added thread protection to another MLE function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 15 Nov 2021 21:12:32 +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@