Committing in .
OpenVMS compile issues Modified Files: wxWindows/include/wx/db.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,12 @@
|
|||||||
#include "sql.h"
|
#include "sql.h"
|
||||||
#include "sqlext.h"
|
#include "sqlext.h"
|
||||||
#include "odbcinst.h"
|
#include "odbcinst.h"
|
||||||
|
#elif defined( __VMS )
|
||||||
|
// For OpenVMS use the ones from the library
|
||||||
|
extern "C" {
|
||||||
|
#include <isql.h>
|
||||||
|
#include <isqlext.h>
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "wx/isql.h"
|
#include "wx/isql.h"
|
||||||
|
@@ -47,6 +47,8 @@ LEX=flex
|
|||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
parser.obj,\
|
parser.obj,\
|
||||||
appcmn.obj,\
|
appcmn.obj,\
|
||||||
|
artprov.obj,\
|
||||||
|
artstd.obj,\
|
||||||
choiccmn.obj,\
|
choiccmn.obj,\
|
||||||
clipcmn.obj,\
|
clipcmn.obj,\
|
||||||
clntdata.obj,\
|
clntdata.obj,\
|
||||||
@@ -164,6 +166,8 @@ OBJECTS2=utilscmn.obj,\
|
|||||||
SOURCES = \
|
SOURCES = \
|
||||||
parser.y,\
|
parser.y,\
|
||||||
appcmn.cpp,\
|
appcmn.cpp,\
|
||||||
|
artprov.cpp,\
|
||||||
|
artstd.cpp,\
|
||||||
choiccmn.cpp,\
|
choiccmn.cpp,\
|
||||||
clipcmn.cpp,\
|
clipcmn.cpp,\
|
||||||
clntdata.cpp,\
|
clntdata.cpp,\
|
||||||
@@ -318,6 +322,8 @@ lexer.c : lexer.l
|
|||||||
delete lexyy.c;*
|
delete lexyy.c;*
|
||||||
|
|
||||||
appcmn.obj : appcmn.cpp
|
appcmn.obj : appcmn.cpp
|
||||||
|
artprov.obj : artprov.cpp
|
||||||
|
artstd.obj : artstd.cpp
|
||||||
choiccmn.obj : choiccmn.cpp
|
choiccmn.obj : choiccmn.cpp
|
||||||
clipcmn.obj : clipcmn.cpp
|
clipcmn.obj : clipcmn.cpp
|
||||||
clntdata.obj : clntdata.cpp
|
clntdata.obj : clntdata.cpp
|
||||||
|
@@ -52,7 +52,6 @@ OBJECTS = \
|
|||||||
gridsel.obj,\
|
gridsel.obj,\
|
||||||
helpext.obj,\
|
helpext.obj,\
|
||||||
helphtml.obj,\
|
helphtml.obj,\
|
||||||
helpwxht.obj,\
|
|
||||||
imaglist.obj,\
|
imaglist.obj,\
|
||||||
laywin.obj,\
|
laywin.obj,\
|
||||||
listctrl.obj,\
|
listctrl.obj,\
|
||||||
@@ -93,7 +92,6 @@ SOURCES = \
|
|||||||
gridsel.cpp,\
|
gridsel.cpp,\
|
||||||
helpext.cpp,\
|
helpext.cpp,\
|
||||||
helphtml.cpp,\
|
helphtml.cpp,\
|
||||||
helpwxht.cpp,\
|
|
||||||
imaglist.cpp,\
|
imaglist.cpp,\
|
||||||
laywin.cpp,\
|
laywin.cpp,\
|
||||||
listctrl.cpp,\
|
listctrl.cpp,\
|
||||||
@@ -161,7 +159,6 @@ gridctrl.obj : gridctrl.cpp
|
|||||||
gridsel.obj : gridsel.cpp
|
gridsel.obj : gridsel.cpp
|
||||||
helpext.obj : helpext.cpp
|
helpext.obj : helpext.cpp
|
||||||
helphtml.obj : helphtml.cpp
|
helphtml.obj : helphtml.cpp
|
||||||
helpwxht.obj : helpwxht.cpp
|
|
||||||
imaglist.obj : imaglist.cpp
|
imaglist.obj : imaglist.cpp
|
||||||
laywin.obj : laywin.cpp
|
laywin.obj : laywin.cpp
|
||||||
listctrl.obj : listctrl.cpp
|
listctrl.obj : listctrl.cpp
|
||||||
|
Reference in New Issue
Block a user