1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-07 03:07:19 +02:00
Files
Sandu Liviu Catalin f2b7499f85 Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
2025-06-25 22:34:23 +03:00

26 lines
331 B
Makefile

#
# Makefile
#
# Makefile for Poco Trace sample
#
ifdef POCO_ENABLE_TRACE
include $(POCO_BASE)/build/rules/global
objects = trace
target = trace
target_version = 1
target_libs = PocoTrace PocoFoundation
target_includes = $(POCO_BASE)/Trace/include
include $(POCO_BASE)/build/rules/exec
else
all clean:
endif