--- a/make/project.xml Tue Feb 25 21:11:00 2025 +0100 +++ b/make/project.xml Sat Apr 05 16:46:11 2025 +0200 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://unixwork.de/uwproj"> +<project version="0.3" xmlns="http://unixwork.de/uwproj"> <dependency> <lang>c</lang> </dependency> @@ -108,11 +108,13 @@ <dependency platform="macos"> <make>OBJ_EXT = .o</make> <make>LIB_EXT = .a</make> + <make>LIB_PREFIX = lib</make> <make>PACKAGE_SCRIPT = package_osx.sh</make> </dependency> <dependency platform="unix" not="macos"> <make>OBJ_EXT = .o</make> <make>LIB_EXT = .a</make> + <make>LIB_PREFIX = lib</make> <make>PACKAGE_SCRIPT = package_unix.sh</make> </dependency>