8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
d4bd604b05 Separate debug/release output in different directories. 2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
b8e9675b75 Restored the line removal which leaves temporary files in Windows. 2017-01-05 15:32:15 -02:00
Adriano dos Santos Fernandes
6b18b2e6d4 Correction - thanks to Alex. 2016-10-26 16:30:52 -02:00
Adriano dos Santos Fernandes
475da71917 Added conflict number information from btyacc to the source tree to be noticed after parser changes. It exploded recently more or less unnoticed. 2016-10-26 14:31:37 -02:00
Adriano dos Santos Fernandes
f864a6d68a Removed all KW_ prefixes from parse.y and adds by script TOK_ prefix to all #define tokens generated by btyacc.
This change is done because using strongly-typed C++11 enums, prefixes are removed from enum items
(as they're scoped) and that has a big tendency to clash with generated parser defines.

Windows build untested.
2016-09-23 15:12:13 -03:00
asfernandes
809508145c Make line numbers of processed y-file matches parser.y lines. 2013-03-07 15:29:44 +00:00
hvlad
dda99701b3 Correction 2012-04-25 09:05:10 +00:00
hvlad
b6a0ee5139 Correct syntax to make it works on Windows 2012-04-25 08:32:30 +00:00
asfernandes
a2b389f1db Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
hvlad
dff60ff120 Correction 2010-11-06 19:31:53 +00:00
dimitr
12a50244bb Correction. 2010-10-31 13:40:19 +00:00
hvlad
5e0f9392a2 New build system for Windows. MSVC10 only so far. 2010-10-20 22:15:48 +00:00
paul_reeves
674bfdb354 Use environment variables to encapsulate directory layout differences between VS2005 and earlier.
Use FB_GEN_DIR env var. to determin location of generated output.
Tidy up usage of FB_GEN_DB_DIR - only use with unix style paths.
Generate platform specific log files during build process.
2007-09-06 13:25:04 +00:00
paul_reeves
e528997dc7 Prefix (almost) all env vars with FB.
Refactor common code (mostly into set_build_target.bat).
Ensure that all VS2005 x64 output is clearly generated into x64
directories,  and likewise for Win32 output
2007-02-26 15:18:41 +00:00
asfernandes
0865287fc7 Remove generated files from build directory 2006-04-20 02:26:24 +00:00
dimitr
f070442e02 Changed the build to use btyacc. 2006-04-19 11:28:20 +00:00
brodsom
dd094f3245 Corrections 2003-10-19 01:25:36 +00:00
skidder
d35f452e80 Continue fixing MSVC build 2003-08-03 19:20:33 +00:00
brodsom
8bf949431e Use temporary compiler dir 'temp' below root 2003-07-05 03:23:11 +00:00
brodsom
0bd5842534 minor changes 2003-07-03 11:04:21 +00:00
brodsom
ae1e1efc19 -Change parse.bat to verify yacc/bison and sed and work with the two parser generators. 2003-07-03 02:12:11 +00:00
dimitr
112f123601 Two of the win32 build batch files. Others will follow shortly. 2003-01-24 13:53:33 +00:00