summaryrefslogtreecommitdiff
path: root/language_switch
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2008-08-29 18:46:21 +0000
committerRalph Giles <ralph.giles@artifex.com>2008-08-29 18:46:21 +0000
commit6ff2582d038f99b79178082b200bdfe73f734456 (patch)
tree6db04fc72813760fdc6912a15875ad83d57943df /language_switch
parent9d36ee856e41244d3cf0469fc0004d21e6911994 (diff)
Split the source tree into two new directories.
PSSRC files are now in 'gs/psi'. GLSRC files are now in 'gs/base'. This is to facilitate build modularization and merging in the ghostpdl tree. NOTE: msvc32.mak is now in psi, not src. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9048 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'language_switch')
-rw-r--r--language_switch/pspcl6_gcc.mak4
-rw-r--r--language_switch/pspcl6_msvc.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/language_switch/pspcl6_gcc.mak b/language_switch/pspcl6_gcc.mak
index d6f855cb9..ae46caf9f 100644
--- a/language_switch/pspcl6_gcc.mak
+++ b/language_switch/pspcl6_gcc.mak
@@ -13,8 +13,8 @@ MAKEFILE+= ../language_switch/pspcl6_gcc.mak
# The sources are taken from these directories:
MAINSRCDIR?=../main
-GLSRCDIR?=../gs/src
-PSSRCDIR?=../gs/src
+GLSRCDIR?=../gs/base
+PSSRCDIR?=../gs/psi
PSISRCDIR?=../psi
PSLIBDIR?=../gs/lib
ICCSRCDIR?=../gs/icclib
diff --git a/language_switch/pspcl6_msvc.mak b/language_switch/pspcl6_msvc.mak
index 4fb66ffb8..5e1c0b41c 100644
--- a/language_switch/pspcl6_msvc.mak
+++ b/language_switch/pspcl6_msvc.mak
@@ -26,10 +26,10 @@ GENDIR=.\obj
APPSRCDIR=.
!endif
!ifndef GLSRCDIR
-GLSRCDIR=..\gs\src
+GLSRCDIR=..\gs\base
!endif
!ifndef PSSRCDIR
-PSSRCDIR=..\gs\src
+PSSRCDIR=..\gs\psi
!endif
!ifndef PSISRCDIR
PSISRCDIR=..\psi