view dwindows1.pc.in @ 2564:607acfe2c504

Android: The *_from_file() functions now check the assets folder. Also try all the loadable file extensions that I am aware of for images. Not sure if I should try absolute paths too or just leave it only assets. Create an "assets" folder under main and put file.png and folder.png in. Create a subfolder "image" and put test.png in. This will create an app with the required images.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 May 2021 08:13:13 +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@