https://github.com/friguzzi/cplint
Raw File
Tip revision: 425ab7cd20ed60974bb80f5a5c54a4773a16d8ff authored by Fabrizio Riguzzi on 10 September 2018, 11:41:06 UTC
ADDED: Gibbs in manual
Tip revision: 425ab7c
buildenvmingw32.sh
# This file contains the environment that can be used to
# build the foreign pack outside Prolog.  This file must
# be loaded into a bourne-compatible shell using
#
#   $ source buildenv.sh


SWIPL='C:\Program Files (x86)\swipl\bin\swipl-win.exe'
SWIPLVERSION='70330'
SWIHOME='c:/program files (x86)/swipl'
SWIARCH='i386-win32'
PACKSODIR='lib/i386-win32'
SWISOLIB='-lswipl'
SWILIB='-lswipl'
CC='gcc'
LD='ld'
CFLAGS=' -I"c:/program files (x86)/swipl/include"'
LDSOFLAGS=' -shared -L"c:/program files (x86)/swipl/bin"'
SOEXT='dll'
TMP='C:\Users\fabrizio\AppData\Local\Temp'
TEMP='C:\Users\fabrizio\AppData\Local\Temp'

export  PATH SWIPL SWIPLVERSION SWIHOME SWIARCH PACKSODIR SWISOLIB SWILIB CC LD CFLAGS LDSOFLAGS SOEXT TMP TEMP
back to top