mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Support compile under Linux by disabling wxJSON and GIT stuff
This commit is contained in:
parent
83e372aae5
commit
2354cdaa01
13 changed files with 51 additions and 15 deletions
|
|
@ -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_
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#if wxUSE_WEBREQUEST
|
||||
#if !defined(NO_WXJSON_GIT)
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#if wxUSE_WEBREQUEST
|
||||
#if !defined(NO_WXJSON_GIT)
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue