Compare commits
1 Commits
master
...
master+seq
Author | SHA1 | Date |
---|---|---|
|
fb3129bbbe | 1 year ago |
@ -1,6 +0,0 @@
|
||||
# 1st Party Dependencies
|
||||
## Prefer git tags instead of SHA hashes always
|
||||
|
||||
pEpEngine=v3.2.0-RC23
|
||||
libpEpAdapter= v3.2.0-RC3
|
||||
libpEpCxx=v3.2.0-RC0
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
jquery-3.6.1.js
|
@ -1,41 +1,21 @@
|
||||
# This is an Example build config file (local.conf)
|
||||
# The example values reflect the defaults.
|
||||
# Rename this file to local.conf and tweak the values to your needs,
|
||||
# if you need to override anything. (Most likely PREFIX)
|
||||
# you might not need this file, but if the defaults dont work for you
|
||||
# You can override them here.
|
||||
# Tweak the values to your needs and rename it to local.conf
|
||||
|
||||
# Toolchain
|
||||
# ---------
|
||||
# Should work with `g++` and `clang`
|
||||
# CXX=
|
||||
######### C++ Compiler #########
|
||||
# Should work with clang and g++
|
||||
# CXX=g++
|
||||
|
||||
# You might use /usr/bin/ar on MacOS explicitly if you have GNU ar installed via HomeBrew,
|
||||
# because it is installed in /usr/local/bin and therefore used by default.
|
||||
# AR=ar
|
||||
|
||||
# DIRS
|
||||
# ----
|
||||
# PREFIX=$(HOME)/local
|
||||
|
||||
# pEp Dependencies
|
||||
# PEP_INC_PATH=$(PREFIX)/include
|
||||
# PEP_LIB_PATH=$(PREFIX)/lib
|
||||
|
||||
# System Dependencies
|
||||
# SYS_INC_PATH=/usr/local/include
|
||||
# SYS_LIB_PATH=/usr/local/lib
|
||||
|
||||
# Additional Options
|
||||
# ------------------
|
||||
# DEBUG=1 # DEBUG Build (Default)
|
||||
# DEBUG=0 # RELEASE Build
|
||||
|
||||
# Static/Dynamic Linkage
|
||||
# for a dynamically linked binary (for development) leave this empty.
|
||||
# If you are using clang, use "-static", but that will fail if you did not compile a static
|
||||
# version of libcrt0 and libc[++] yourself.
|
||||
# LDFLAGS+=
|
||||
############# DIRS #############
|
||||
# PREFIX=$(HOME)/local
|
||||
|
||||
# Building BOOST yourself, the artefact names are not postfixed by default
|
||||
# E.g. lib is named "libboost_regex.a", not "libboost_regex-mt.a".
|
||||
# Set to empty string if this is the case for you.
|
||||
# BOOST_MT="-mt"
|
||||
# where the other pEp-specific includes (e.g. pEpEngine, libpEpAdapter) are installed
|
||||
# PEP_INCLUDE=$(PREFIX)/include
|
||||
|
Loading…
Reference in New Issue