uox3/zlib/Makefile
Xoduz 00d7d3294c 0.99.4o
Added support for MultiCollections.uop. If present in the specified datafolder, this file will be preferred over the traditional multi.mul/idx files, and will enable access to the new multis contained within (punt)
Added dependency for static library of zlib-1.2.11, of which a minimal version is included in a subfolder alongside spidermonkey in the root UOX3 project folder. This is needed for compression matters related to UOP files and certain UO network packets
Added VS Solution (zlib.sln) to compile static-library of zlib-1.2.11 for Windows. Makefile for Linux/macOS also included.
Updated CMakeList.txt to include zlib references
Updated default DATADIRECTORY path in uox.ini to match current day default installation path of UO (thanks, dragonslayer!)
2021-06-01 02:44:56 +08:00

5 lines
100 B
Makefile

all:
-@echo "Please use ./configure first. Thank you."
distclean:
make -f Makefile.in distclean