From 11b046830c5c78afa76ac03bf60e324e48d04d85 Mon Sep 17 00:00:00 2001 From: New_Macchina_Compilatrice Date: Mon, 13 Feb 2023 17:06:36 +0100 Subject: [PATCH] Patch level : 12.0 Files correlati : ba7600 Commento: piccole correzioni pre compilazione --- build/Ba7.vcxproj | 1 + src/ba/ba7600.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/Ba7.vcxproj b/build/Ba7.vcxproj index 7ec1fab6a..64afa01be 100644 --- a/build/Ba7.vcxproj +++ b/build/Ba7.vcxproj @@ -242,6 +242,7 @@ true + true diff --git a/src/ba/ba7600.cpp b/src/ba/ba7600.cpp index 4f59a7312..dab0ffcde 100644 --- a/src/ba/ba7600.cpp +++ b/src/ba/ba7600.cpp @@ -6,7 +6,7 @@ #include #include #include "ba7600.h" -#include "fplib.h" +#include "../fp/fplib.h" // File @@ -102,7 +102,7 @@ void TDropConstrain_app::main_loop() { if (ok) { - TFilename script("sql/gest/remConst.sql"); + TFilename script("sql/Ba7/remConst.sql"); ifstream f(script); if (f.is_open()) {