1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-26 03:57:13 +02:00

Update POCO library.

This commit is contained in:
Sandu Liviu Catalin
2023-03-23 20:19:11 +02:00
parent 8d15f4b6e9
commit 233fc103f9
2521 changed files with 257092 additions and 72789 deletions

View File

@ -27,7 +27,7 @@ fi
if [ ! -d "$POCO_BASE" ] ; then
echo "Fatal error: POCO_BASE does not contain a valid path to a directory. Exiting."
exit 1
fi
fi
pwd=`pwd`
buildfile=`basename $pwd`.vxbuild
@ -58,7 +58,7 @@ echo "Document file - DO NOT EDIT" >$out
echo "" >>$out
buildvars="
MACRO_AR
MACRO_AR
MACRO_ARCHIVE
MACRO_AS
MACRO_CC
@ -88,7 +88,7 @@ buildvars="
for build in $builds ; do
source $POCO_BASE/build/vxconfig/$build
echo "<BEGIN> BUILD_${BUILD}_BUILDRULE" >>$out
echo "${TARGET}.out" >>$out
echo "<END>" >>$out