Support compile under Linux by disabling wxJSON and GIT stuff

This commit is contained in:
Rob 2023-02-14 02:22:20 +01:00
parent 83e372aae5
commit 2354cdaa01
13 changed files with 51 additions and 15 deletions

View file

@ -7,7 +7,7 @@
// Copyright: (c) 2007 Luciano Cattani
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_WEBREQUEST
#if !defined(NO_WXJSON_GIT)
#ifndef _WX_JSON_DEFS_H_
#define _WX_JSON_DEFS_H_

View file

@ -7,7 +7,7 @@
// Copyright: (c) 2007 Luciano Cattani
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_WEBREQUEST
#if !defined(NO_WXJSON_GIT)
#include "pgAdmin3.h"

View file

@ -7,7 +7,7 @@
// Copyright: (c) 2007 Luciano Cattani
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_WEBREQUEST
#if !defined(NO_WXJSON_GIT)
#if !defined( _WX_JSONVAL_H )
#define _WX_JSONVAL_H

View file

@ -7,7 +7,7 @@
// Copyright: (c) 2007 Luciano Cattani
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_WEBREQUEST
#if !defined(NO_WXJSON_GIT)
#include "pgAdmin3.h"