8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:03:04 +01:00

Make COBOL available in win32 builds of gpre.

This commit is contained in:
dimitr 2002-11-12 14:04:55 +00:00
parent e16a0596cf
commit 86ee5fdbf1
3 changed files with 13 additions and 1 deletions

View File

@ -122,6 +122,10 @@ SOURCE=..\..\..\src\gpre\cmp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\gpre\cob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\gpre\exp.cpp
# End Source File
# Begin Source File

View File

@ -106,6 +106,10 @@ SOURCE=..\..\..\src\gpre\cmp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\gpre\cob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\gpre\exp.cpp
# End Source File
# Begin Source File

View File

@ -27,7 +27,7 @@
//
//____________________________________________________________
//
// $Id: cob.cpp,v 1.11 2002-11-12 05:05:01 skywalker Exp $
// $Id: cob.cpp,v 1.12 2002-11-12 14:03:27 dimitr Exp $
//
// 2002.10.27 Sean Leyne - Completed removal of obsolete "DG_X86" port
// 2002.10.27 Sean Leyne - Code Cleanup, removed obsolete "UNIXWARE" port
@ -167,6 +167,10 @@
#define MICROFOCUS
#endif
#ifdef WIN_NT
#define MICROFOCUS
#endif
#ifdef MICROFOCUS
#define OMITTED "BY VALUE 0"
#define BY_VALUE "BY VALUE "