comparison mupdf-source/thirdparty/curl/packages/TPF/maketpf.env_curl @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
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