Seed Core_IO from doc snapshot

This commit is contained in:
Local Seed
2026-02-11 16:14:01 -05:00
commit 25a8076064
53 changed files with 11472 additions and 0 deletions

15
Makefile.project Executable file
View File

@@ -0,0 +1,15 @@
include $(MAKEDIR)/Makefile.base
# use: ls -d tjp/core/*/ tjp/core/*/*/ | rev | cut -c 2- | rev | sed 's/$/ \\/'
PROJECTS := \
tjp/core/io \
tjp/core/json \
#SRC_PCH := tjp/core/Precompile.pch
INCPATH := $(timprepscius.libraries.cpp.include)
LIBFILE := libCore_IO.a
COPYTO := $(LIBRARIES_PROJECT)
include $(MAKEDIR)/Makefile.lib