From 3f3b8b27851c21b1085b572f310b4e2fb6017732 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 14 Jan 2003 12:34:26 +0000 Subject: [PATCH] Patch level :aga 2.0 370 Files correlati :libs Ricompilazione Demo : [ ] Commento :sostituito prassi.aut con campo.aut git-svn-id: svn://10.65.10.50/trunk@10729 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/applicat.h | 4 ---- include/inst.cpp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/applicat.h b/include/applicat.h index 13d24f1c8..62c27dc89 100755 --- a/include/applicat.h +++ b/include/applicat.h @@ -21,11 +21,7 @@ #define CHK_DONGLE 0 // dongle authorization checks #define CHK_USER 1 // user authorization checks -#ifdef XVAGA #define AUT_FILE "campo.aut" -#else -#define AUT_FILE "prassi.aut" -#endif #ifndef __ASSOC_H class TAssoc_array; diff --git a/include/inst.cpp b/include/inst.cpp index 7989a1787..e5415f1fd 100755 --- a/include/inst.cpp +++ b/include/inst.cpp @@ -497,7 +497,7 @@ bool TInstallmodule_app::install_com() void TInstallmodule_app::run(int argc, char* argv[]) { - TScanner scanner("prassi.aut"); + TScanner scanner("campo.aut"); const int m = module_number(); for (int aut = 0; aut<=m; aut++)