diff options
-rw-r--r-- | pxl/news-pxl | 8 | ||||
-rw-r--r-- | pxl/pxl_ugcc.mak | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/pxl/news-pxl b/pxl/news-pxl index c3deecd33..44bed1fc6 100644 --- a/pxl/news-pxl +++ b/pxl/news-pxl @@ -24,9 +24,13 @@ file for each output. Known Problems: -- leaves build generated files in the object directory after -make clean. +- leaves some build generated files in the object directory after make +clean. A workaround is to manually remove the object and generated +directories. See the top level platform specific makefile and look +for *GENDIR and *OBJDIR. +- generates device files in the current working directory, these are +properly removed by make clean. Version 1.15 (8/6/98) ===================== diff --git a/pxl/pxl_ugcc.mak b/pxl/pxl_ugcc.mak index dd934b48e..e14690d5e 100644 --- a/pxl/pxl_ugcc.mak +++ b/pxl/pxl_ugcc.mak @@ -11,7 +11,7 @@ MAKEFILE=../pxl/pxl_ugcc.mak GENDIR=./obj # The sources are taken from these directories: -GLSRCDIR=../gs +GLSRCDIR=/home/henrys/gs5.30 PLSRCDIR=../pl PXLSRCDIR=../pxl COMMONDIR=../common |