mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-09-12 05:38:06 +02:00
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
25 lines
388 B
Bash
25 lines
388 B
Bash
#! /bin/sh
|
|
|
|
# libpng-config
|
|
# provides configuration info for libpng.
|
|
|
|
# Copyright (C) 2002 Glenn Randers-Pehrson
|
|
|
|
# This code is released under the libpng license.
|
|
# For conditions of distribution and use, see the disclaimer
|
|
# and license in png.h
|
|
|
|
# Modeled after libxml-config.
|
|
|
|
version=1.6.34
|
|
prefix=""
|
|
libdir=""
|
|
libs=""
|
|
I_opts=""
|
|
L_opts=""
|
|
R_opts=""
|
|
cppflags=""
|
|
ccopts=""
|
|
ldopts=""
|
|
|