Build Version : T1.5.0.3621 Firebird 1.5 Release Candidate 4 (writeBuildNum.sh,v 1.3618 2003/07/03 12:37:14 brodsom Exp ) Update of /cvsroot/firebird/firebird2/builds/win32/msvc6 In directory sc8-pr-cvs1:/tmp/cvs-serv30711/builds/win32/msvc6 Modified Files: v5_examples.dsp utilities_classic.dsp utilities.dsp qli.dsp isql.dsp gstat.dsp gsec.dsp gpre_static.dsp gpre.dsp gfix.dsp gdef.dsp gbak.dsp fbserver.dsp fbembed.dsp fbclient_static.dsp fbclient.dsp fb_inet_server.dsp engine_embed.dsp engine_classic.dsp engine.dsp dsql_server_classic.dsp dsql_server.dsp codes.dsp burp_classic.dsp burp.dsp build_msg.dsp alice_classic.dsp alice.dsp Log Message: Move generated source from 'generated' to 'gen'. So we don't use a CVS and obsolete directory for build output and it will be easier to do a clean build. Index: v5_examples.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/v5_examples.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -b -U3 -r1.1 -r1.2 --- v5_examples.dsp 27 Jun 2003 15:59:27 -0000 1.1 +++ v5_examples.dsp 3 Jul 2003 12:37:14 -0000 1.2 @@ -86,7 +86,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\generated\v5_examples\empbuild.c +SOURCE=..\..\..\gen\v5_examples\empbuild.c # End Source File # End Group # Begin Group "Header Files" Index: utilities_classic.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/utilities_classic.dsp,v retrieving revision 1.9 retrieving revision 1.10 diff -b -U3 -r1.9 -r1.10 --- utilities_classic.dsp 9 Apr 2003 10:08:36 -0000 1.9 +++ utilities_classic.dsp 3 Jul 2003 12:37:14 -0000 1.10 @@ -109,7 +109,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\security.cpp +SOURCE=..\..\..\gen\utilities\security.cpp # End Source File # End Group # Begin Source File Index: utilities.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/utilities.dsp,v retrieving revision 1.11 retrieving revision 1.12 diff -b -U3 -r1.11 -r1.12 --- utilities.dsp 9 Apr 2003 10:08:36 -0000 1.11 +++ utilities.dsp 3 Jul 2003 12:37:14 -0000 1.12 @@ -109,7 +109,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\security.cpp +SOURCE=..\..\..\gen\utilities\security.cpp # End Source File # End Group # Begin Source File Index: qli.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/qli.dsp,v retrieving revision 1.11 retrieving revision 1.12 diff -b -U3 -r1.11 -r1.12 --- qli.dsp 9 Apr 2003 10:08:36 -0000 1.11 +++ qli.dsp 3 Jul 2003 12:37:14 -0000 1.12 @@ -112,19 +112,19 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\qli\help.cpp +SOURCE=..\..\..\gen\qli\help.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\qli\meta.cpp +SOURCE=..\..\..\gen\qli\meta.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\qli\proc.cpp +SOURCE=..\..\..\gen\qli\proc.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\qli\show.cpp +SOURCE=..\..\..\gen\qli\show.cpp # End Source File # End Group # Begin Source File Index: isql.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/isql.dsp,v retrieving revision 1.17 retrieving revision 1.18 diff -b -U3 -r1.17 -r1.18 --- isql.dsp 9 Apr 2003 10:08:36 -0000 1.17 +++ isql.dsp 3 Jul 2003 12:37:14 -0000 1.18 @@ -105,7 +105,7 @@ # End Group # Begin Source File -SOURCE=..\..\..\generated\isql\extract.cpp +SOURCE=..\..\..\gen\isql\extract.cpp # End Source File # Begin Source File @@ -113,11 +113,11 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\isql\isql.cpp +SOURCE=..\..\..\gen\isql\isql.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\isql\show.cpp +SOURCE=..\..\..\gen\isql\show.cpp # End Source File # End Group # Begin Group "Header files" Index: gstat.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gstat.dsp,v retrieving revision 1.12 retrieving revision 1.13 diff -b -U3 -r1.12 -r1.13 --- gstat.dsp 9 Apr 2003 10:08:36 -0000 1.12 +++ gstat.dsp 3 Jul 2003 12:37:14 -0000 1.13 @@ -89,7 +89,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\generated\utilities\dba.cpp +SOURCE=..\..\..\gen\utilities\dba.cpp # End Source File # Begin Source File Index: gsec.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gsec.dsp,v retrieving revision 1.11 retrieving revision 1.12 diff -b -U3 -r1.11 -r1.12 --- gsec.dsp 9 Apr 2003 10:08:35 -0000 1.11 +++ gsec.dsp 3 Jul 2003 12:37:14 -0000 1.12 @@ -97,7 +97,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\utilities\security.cpp +SOURCE=..\..\..\gen\utilities\security.cpp # End Source File # End Group # Begin Group "JRD files" Index: gpre_static.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gpre_static.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -b -U3 -r1.1 -r1.2 --- gpre_static.dsp 1 Jul 2003 17:09:35 -0000 1.1 +++ gpre_static.dsp 3 Jul 2003 12:37:14 -0000 1.2 @@ -101,7 +101,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\gpre\gpre_meta.cpp +SOURCE=..\..\..\gen\gpre\gpre_meta.cpp # End Source File # End Group # Begin Source File Index: gpre.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gpre.dsp,v retrieving revision 1.16 retrieving revision 1.17 diff -b -U3 -r1.16 -r1.17 --- gpre.dsp 9 Apr 2003 10:08:35 -0000 1.16 +++ gpre.dsp 3 Jul 2003 12:37:14 -0000 1.17 @@ -101,7 +101,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\gpre\gpre_meta.cpp +SOURCE=..\..\..\gen\gpre\gpre_meta.cpp # End Source File # End Group # Begin Source File Index: gfix.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gfix.dsp,v retrieving revision 1.15 retrieving revision 1.16 diff -b -U3 -r1.15 -r1.16 --- gfix.dsp 9 Apr 2003 10:08:35 -0000 1.15 +++ gfix.dsp 3 Jul 2003 12:37:14 -0000 1.16 @@ -93,7 +93,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\alice\alice_meta.cpp +SOURCE=..\..\..\gen\alice\alice_meta.cpp # End Source File # Begin Source File Index: gdef.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gdef.dsp,v retrieving revision 1.12 retrieving revision 1.13 diff -b -U3 -r1.12 -r1.13 --- gdef.dsp 9 Apr 2003 10:08:35 -0000 1.12 +++ gdef.dsp 3 Jul 2003 12:37:14 -0000 1.13 @@ -93,7 +93,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\dudley\exe.cpp +SOURCE=..\..\..\gen\dudley\exe.cpp # End Source File # Begin Source File @@ -105,7 +105,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\dudley\extract.cpp +SOURCE=..\..\..\gen\dudley\extract.cpp # End Source File # Begin Source File Index: gbak.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/gbak.dsp,v retrieving revision 1.17 retrieving revision 1.18 diff -b -U3 -r1.17 -r1.18 --- gbak.dsp 30 Jun 2003 18:10:46 -0000 1.17 +++ gbak.dsp 3 Jul 2003 12:37:14 -0000 1.18 @@ -105,11 +105,11 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\burp\backup.cpp +SOURCE=..\..\..\gen\burp\backup.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\burp\restore.cpp +SOURCE=..\..\..\gen\burp\restore.cpp # End Source File # End Group # Begin Source File Index: fbserver.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/fbserver.dsp,v retrieving revision 1.26 retrieving revision 1.27 diff -b -U3 -r1.26 -r1.27 --- fbserver.dsp 9 Apr 2003 10:08:34 -0000 1.26 +++ fbserver.dsp 3 Jul 2003 12:37:14 -0000 1.27 @@ -97,7 +97,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\dba.cpp +SOURCE=..\..\..\gen\utilities\dba.cpp # End Source File # Begin Source File Index: fbembed.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/fbembed.dsp,v retrieving revision 1.23 retrieving revision 1.24 diff -b -U3 -r1.23 -r1.24 --- fbembed.dsp 5 Jun 2003 19:38:00 -0000 1.23 +++ fbembed.dsp 3 Jul 2003 12:37:14 -0000 1.24 @@ -281,7 +281,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\dba.cpp +SOURCE=..\..\..\gen\utilities\dba.cpp # End Source File # Begin Source File Index: fbclient_static.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/fbclient_static.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -b -U3 -r1.2 -r1.3 --- fbclient_static.dsp 1 Jul 2003 18:49:58 -0000 1.2 +++ fbclient_static.dsp 3 Jul 2003 12:37:14 -0000 1.3 @@ -237,11 +237,11 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\dsql\array.cpp +SOURCE=..\..\..\gen\dsql\array.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\blob.cpp +SOURCE=..\..\..\gen\dsql\blob.cpp # End Source File # Begin Source File Index: fbclient.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/fbclient.dsp,v retrieving revision 1.31 retrieving revision 1.32 diff -b -U3 -r1.31 -r1.32 --- fbclient.dsp 1 May 2003 13:28:46 -0000 1.31 +++ fbclient.dsp 3 Jul 2003 12:37:14 -0000 1.32 @@ -200,11 +200,11 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\dsql\array.cpp +SOURCE=..\..\..\gen\dsql\array.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\blob.cpp +SOURCE=..\..\..\gen\dsql\blob.cpp # End Source File # Begin Source File @@ -288,7 +288,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\security.cpp +SOURCE=..\..\..\gen\utilities\security.cpp # End Source File # End Group # Begin Group "Header files" Index: fb_inet_server.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/fb_inet_server.dsp,v retrieving revision 1.15 retrieving revision 1.16 diff -b -U3 -r1.15 -r1.16 --- fb_inet_server.dsp 9 Apr 2003 10:08:34 -0000 1.15 +++ fb_inet_server.dsp 3 Jul 2003 12:37:14 -0000 1.16 @@ -97,7 +97,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\utilities\dba.cpp +SOURCE=..\..\..\gen\utilities\dba.cpp # End Source File # Begin Source File Index: engine_embed.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/engine_embed.dsp,v retrieving revision 1.6 retrieving revision 1.7 diff -b -U3 -r1.6 -r1.7 --- engine_embed.dsp 25 Apr 2003 14:51:04 -0000 1.6 +++ engine_embed.dsp 3 Jul 2003 12:37:14 -0000 1.7 @@ -143,7 +143,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dfw.cpp +SOURCE=..\..\..\gen\jrd\dfw.cpp # End Source File # Begin Source File @@ -155,7 +155,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dpm.cpp +SOURCE=..\..\..\gen\jrd\dpm.cpp # End Source File # Begin Source File @@ -163,23 +163,23 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn.cpp +SOURCE=..\..\..\gen\jrd\dyn.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_def.cpp +SOURCE=..\..\..\gen\jrd\dyn_def.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_del.cpp +SOURCE=..\..\..\gen\jrd\dyn_del.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_mod.cpp +SOURCE=..\..\..\gen\jrd\dyn_mod.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_util.cpp +SOURCE=..\..\..\gen\jrd\dyn_util.cpp # End Source File # Begin Source File @@ -219,7 +219,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\fun.cpp +SOURCE=..\..\..\gen\jrd\fun.cpp # End Source File # Begin Source File @@ -231,7 +231,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\grant.cpp +SOURCE=..\..\..\gen\jrd\grant.cpp # End Source File # Begin Source File @@ -256,7 +256,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\ini.cpp +SOURCE=..\..\..\gen\jrd\ini.cpp # End Source File # Begin Source File @@ -317,7 +317,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\met.cpp +SOURCE=..\..\..\gen\jrd\met.cpp # End Source File # Begin Source File @@ -371,7 +371,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\pcmet.cpp +SOURCE=..\..\..\gen\jrd\pcmet.cpp # End Source File # Begin Source File @@ -411,7 +411,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\scl.cpp +SOURCE=..\..\..\gen\jrd\scl.cpp # End Source File # Begin Source File Index: engine_classic.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/engine_classic.dsp,v retrieving revision 1.25 retrieving revision 1.26 diff -b -U3 -r1.25 -r1.26 --- engine_classic.dsp 25 Apr 2003 14:51:04 -0000 1.25 +++ engine_classic.dsp 3 Jul 2003 12:37:14 -0000 1.26 @@ -143,7 +143,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dfw.cpp +SOURCE=..\..\..\gen\jrd\dfw.cpp # End Source File # Begin Source File @@ -155,7 +155,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dpm.cpp +SOURCE=..\..\..\gen\jrd\dpm.cpp # End Source File # Begin Source File @@ -163,23 +163,23 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn.cpp +SOURCE=..\..\..\gen\jrd\dyn.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_def.cpp +SOURCE=..\..\..\gen\jrd\dyn_def.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_del.cpp +SOURCE=..\..\..\gen\jrd\dyn_del.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_mod.cpp +SOURCE=..\..\..\gen\jrd\dyn_mod.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_util.cpp +SOURCE=..\..\..\gen\jrd\dyn_util.cpp # End Source File # Begin Source File @@ -219,7 +219,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\fun.cpp +SOURCE=..\..\..\gen\jrd\fun.cpp # End Source File # Begin Source File @@ -231,7 +231,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\grant.cpp +SOURCE=..\..\..\gen\jrd\grant.cpp # End Source File # Begin Source File @@ -256,7 +256,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\ini.cpp +SOURCE=..\..\..\gen\jrd\ini.cpp # End Source File # Begin Source File @@ -317,7 +317,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\met.cpp +SOURCE=..\..\..\gen\jrd\met.cpp # End Source File # Begin Source File @@ -371,7 +371,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\pcmet.cpp +SOURCE=..\..\..\gen\jrd\pcmet.cpp # End Source File # Begin Source File @@ -411,7 +411,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\scl.cpp +SOURCE=..\..\..\gen\jrd\scl.cpp # End Source File # Begin Source File Index: engine.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/engine.dsp,v retrieving revision 1.29 retrieving revision 1.30 diff -b -U3 -r1.29 -r1.30 --- engine.dsp 5 Jun 2003 13:12:31 -0000 1.29 +++ engine.dsp 3 Jul 2003 12:37:14 -0000 1.30 @@ -143,7 +143,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dfw.cpp +SOURCE=..\..\..\gen\jrd\dfw.cpp # End Source File # Begin Source File @@ -155,7 +155,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dpm.cpp +SOURCE=..\..\..\gen\jrd\dpm.cpp # End Source File # Begin Source File @@ -163,23 +163,23 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn.cpp +SOURCE=..\..\..\gen\jrd\dyn.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_def.cpp +SOURCE=..\..\..\gen\jrd\dyn_def.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_del.cpp +SOURCE=..\..\..\gen\jrd\dyn_del.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_mod.cpp +SOURCE=..\..\..\gen\jrd\dyn_mod.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\dyn_util.cpp +SOURCE=..\..\..\gen\jrd\dyn_util.cpp # End Source File # Begin Source File @@ -228,7 +228,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\fun.cpp +SOURCE=..\..\..\gen\jrd\fun.cpp # End Source File # Begin Source File @@ -240,7 +240,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\grant.cpp +SOURCE=..\..\..\gen\jrd\grant.cpp # End Source File # Begin Source File @@ -265,7 +265,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\ini.cpp +SOURCE=..\..\..\gen\jrd\ini.cpp # End Source File # Begin Source File @@ -326,7 +326,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\met.cpp +SOURCE=..\..\..\gen\jrd\met.cpp # End Source File # Begin Source File @@ -380,7 +380,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\pcmet.cpp +SOURCE=..\..\..\gen\jrd\pcmet.cpp # End Source File # Begin Source File @@ -429,7 +429,7 @@ # End Source File # Begin Source File -SOURCE=..\..\..\generated\jrd\scl.cpp +SOURCE=..\..\..\gen\jrd\scl.cpp # End Source File # Begin Source File Index: dsql_server_classic.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/dsql_server_classic.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -b -U3 -r1.14 -r1.15 --- dsql_server_classic.dsp 9 Apr 2003 10:08:34 -0000 1.14 +++ dsql_server_classic.dsp 3 Jul 2003 12:37:14 -0000 1.15 @@ -104,15 +104,15 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\dsql\array.cpp +SOURCE=..\..\..\gen\dsql\array.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\blob.cpp +SOURCE=..\..\..\gen\dsql\blob.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\metd.cpp +SOURCE=..\..\..\gen\dsql\metd.cpp # End Source File # End Group # Begin Source File Index: dsql_server.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/dsql_server.dsp,v retrieving revision 1.18 retrieving revision 1.19 diff -b -U3 -r1.18 -r1.19 --- dsql_server.dsp 9 Apr 2003 10:08:34 -0000 1.18 +++ dsql_server.dsp 3 Jul 2003 12:37:14 -0000 1.19 @@ -104,15 +104,15 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\dsql\array.cpp +SOURCE=..\..\..\gen\dsql\array.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\blob.cpp +SOURCE=..\..\..\gen\dsql\blob.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\dsql\metd.cpp +SOURCE=..\..\..\gen\dsql\metd.cpp # End Source File # End Group # Begin Source File Index: codes.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/codes.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -b -U3 -r1.1 -r1.2 --- codes.dsp 1 Jul 2003 18:45:26 -0000 1.1 +++ codes.dsp 3 Jul 2003 12:37:14 -0000 1.2 @@ -85,7 +85,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\generated\jrd\codes.cpp +SOURCE=..\..\..\gen\jrd\codes.cpp # End Source File # Begin Source File Index: burp_classic.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/burp_classic.dsp,v retrieving revision 1.13 retrieving revision 1.14 diff -b -U3 -r1.13 -r1.14 --- burp_classic.dsp 9 Apr 2003 10:08:34 -0000 1.13 +++ burp_classic.dsp 3 Jul 2003 12:37:14 -0000 1.14 @@ -100,11 +100,11 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\burp\backup.cpp +SOURCE=..\..\..\gen\burp\backup.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\burp\restore.cpp +SOURCE=..\..\..\gen\burp\restore.cpp # End Source File # End Group # Begin Source File Index: burp.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/burp.dsp,v retrieving revision 1.15 retrieving revision 1.16 diff -b -U3 -r1.15 -r1.16 --- burp.dsp 9 Apr 2003 10:08:34 -0000 1.15 +++ burp.dsp 3 Jul 2003 12:37:14 -0000 1.16 @@ -100,11 +100,11 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\generated\burp\backup.cpp +SOURCE=..\..\..\gen\burp\backup.cpp # End Source File # Begin Source File -SOURCE=..\..\..\generated\burp\restore.cpp +SOURCE=..\..\..\gen\burp\restore.cpp # End Source File # End Group # Begin Source File Index: build_msg.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/build_msg.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -b -U3 -r1.1 -r1.2 --- build_msg.dsp 1 Jul 2003 18:45:26 -0000 1.1 +++ build_msg.dsp 3 Jul 2003 12:37:14 -0000 1.2 @@ -85,7 +85,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\generated\msgs\build_file.cpp +SOURCE=..\..\..\gen\msgs\build_file.cpp # End Source File # Begin Source File Index: alice_classic.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/alice_classic.dsp,v retrieving revision 1.10 retrieving revision 1.11 diff -b -U3 -r1.10 -r1.11 --- alice_classic.dsp 9 Apr 2003 10:08:34 -0000 1.10 +++ alice_classic.dsp 3 Jul 2003 12:37:14 -0000 1.11 @@ -97,7 +97,7 @@ # PROP Default_Filter "c" # Begin Source File -SOURCE=..\..\..\generated\alice\alice_meta.cpp +SOURCE=..\..\..\gen\alice\alice_meta.cpp # End Source File # End Group # Begin Source File Index: alice.dsp =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/win32/msvc6/alice.dsp,v retrieving revision 1.13 retrieving revision 1.14 diff -b -U3 -r1.13 -r1.14 --- alice.dsp 9 Apr 2003 10:08:33 -0000 1.13 +++ alice.dsp 3 Jul 2003 12:37:14 -0000 1.14 @@ -97,7 +97,7 @@ # PROP Default_Filter "c" # Begin Source File -SOURCE=..\..\..\generated\alice\alice_meta.cpp +SOURCE=..\..\..\gen\alice\alice_meta.cpp # End Source File # End Group # Begin Source File |