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:
parent
e16a0596cf
commit
86ee5fdbf1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user