mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
Merge in text-system-branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15716 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f931f7c084
commit
e94597a41b
13 changed files with 917 additions and 60 deletions
|
@ -26,11 +26,17 @@
|
|||
#include "art/ARTContext.h"
|
||||
#include "gsc/GSGState.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if (BUILD_SERVER==SERVER_rds)
|
||||
#define RDS
|
||||
#endif
|
||||
|
||||
#ifndef RDS
|
||||
#include "x11/XGServer.h"
|
||||
#include "x11/XGServerWindow.h"
|
||||
#else
|
||||
#include "rds/RDSClient.h"
|
||||
#include "rds/RDSServer.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue