1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Merge pull request #446 from a740g/main

Avoid compiling psaux.c
This commit is contained in:
Samuel Gomes 2024-02-03 02:05:56 +05:30 committed by GitHub
commit 7a3eb9d875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 42 deletions

View file

@ -6,8 +6,8 @@
# 1. Flatten all directories inside "src" except "tools". Omit contents of "tools" entirely.
# 2. Then only copy all .c & .h files except:
# autofit.c, bdf.c, cff.c, ftbase.c, ftcache.c, gxvalid.c, gxvfgen.c,
# otvalid.c, pcf.c, pfr.c, pshinter.c, psnames.c, raster.c, sdf.c, sfnt.c,
# smooth.c, svg.c, truetype.c, type1.c, type1cid.c, type42.c
# otvalid.c, pcf.c, pfr.c, pshinter.c, psnames.c, psaux.c, raster.c, sdf.c,
# sfnt.c, smooth.c, svg.c, truetype.c, type1.c, type1cid.c, type42.c
# 3. Copy the FreeType "include" directory *without* flattening!
# 4. Include <freetype/internal/compiler-macros.h> in "ftzopen.h".
# 5. Include <freetype/config/ftstdlib.h> in "zutil.h".

View file

@ -1,40 +0,0 @@
/****************************************************************************
*
* psaux.c
*
* FreeType auxiliary PostScript driver component (body only).
*
* Copyright (C) 1996-2023 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the terms of the FreeType project
* license, LICENSE.TXT. By continuing to use, modify, or distribute
* this file you indicate that you have read the license and
* understand and accept it fully.
*
*/
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include "afmparse.c"
#include "psauxmod.c"
#include "psconv.c"
#include "psobjs.c"
#include "t1cmap.c"
#include "t1decode.c"
#include "cffdecode.c"
#include "psarrst.c"
#include "psblues.c"
#include "pserror.c"
#include "psfont.c"
#include "psft.c"
#include "pshints.c"
#include "psintrp.c"
#include "psread.c"
#include "psstack.c"
/* END */