Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 197 → Rev 221

/trunk/BUILDING.md/BUILDING.txt
1,22 → 1,3
This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.com.au
Copyright (C) 2018-2019 Daniel Marschall, ViaThinkSoft
 
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 
Building the Filter Foundry plugin for Photoshop
------------------------------------------------
 
51,7 → 32,10
CodeWarrior project's access paths, to reflect the SDK's installed location.
 
To build the Carbon plugin with an SDK prior to version 7.0,
it is necessary to edit the SDK file :PhotoshopAPI:Resources:PIPL.r
it is necessary to edit the SDK file
 
:PhotoshopAPI:Resources:PIPL.r
 
as follows:
1. find the line "case CodePowerPC:"
2. duplicate the next 15 lines
79,10 → 63,13
the correct Mac file types before attempting to build. In MPW, this can
be done as follows. First set the current directory to the Filter Foundry
source directory, then:
 
setfile -t TEXT Å.[chrly] Å.make Å.rc ::common:tt:Å ::common:adobeplugin:Å
 
This can also be necessary after regenerating y.tab.c and lex.yy.c.
These files are generated from the parser and lexical analyzer definitions,
parser.y and lexer.l, by a UNIX Terminal (not MPW!) command such as:
 
make y.tab.c lex.yy.c
 
If building with MPW, finished binaries are left in the "debug" directory;