This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -3,8 +3,8 @@
# Variables
CXX := g++
CXXFLAGS := -std=c++20 -Wall -Os
SOURCES := pack_resources.cpp ../../source/resource_pack.cpp
CXXFLAGS := -std=c++20 -Wall -Os -I../../source
SOURCES := pack_resources.cpp ../../source/core/resources/resource_pack.cpp
TARGET := pack_resources
CLEAN_FILES := pack_resources *.pack *.o