From 8bdab613289e2626173de8bff31e7078dd03a16e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 10:23:23 +0100 Subject: setup window work --- run_linux64.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'run_linux64.sh') diff --git a/run_linux64.sh b/run_linux64.sh index 9409ddc..e712a69 100755 --- a/run_linux64.sh +++ b/run_linux64.sh @@ -28,13 +28,14 @@ INCLUDE_DIRS="-Ilibs/imgui-1.92.1 \ -Ilibs/xml.c/src \ -Ilibs/ \ -Iinclude" -DEFINITIONS="-D_PLATFORM_=\"linux64\"" +DATE=$(date +"%d/%m/%Y") +DEFINITIONS="-D_PLATFORM_=\"linux64\" -D_DATE_=\"$DATE\"" # Check for test flag if [ "$1" == "-t" ]; then SOURCES="tests/main.cpp src/administration.cpp src/administration_writer.cpp src/administration_reader.cpp src/strops.cpp src/logger.cpp src/locales.cpp src/locales/*.cpp src/providers/*.cpp src/importer.cpp src/memops.cpp src/countries.cpp" OUT_EXE="accounting_tests" - DEFINITIONS="-D_PLATFORM_=\"linux64\" -D_TESTING_MODE_" + DEFINITIONS="-D_PLATFORM_=\"linux64\" -D_TESTING_MODE_ -D_DATE_=$DATE" fi # Compilation command -- cgit v1.2.3-70-g09d2