comparison mupdf-source/thirdparty/curl/packages/TPF/maketpf.env_curl @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 ################################################################################
2 ################################################################################
3 #env TPF CURL Includes
4 ################################################################################
5 ################################################################################
6
7 ################################################################################
8 # Define the directories where the shared objects reside
9 ################################################################################
10
11 ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)
12
13 ################################################################################
14 # Set the include/header file directories
15 ################################################################################
16
17 ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include)
18 ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include/curl)
19
20 ################################################################################
21 # Define "TPF" to enable TPF-specific code in Curl files.
22 ################################################################################
23
24 CFLAGS_$(APP) += -D TPF