Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 213 → Rev 214

/trunk/wpj/README.md
67,7 → 67,7
You have to edit the WPJ file with a text editor.
Remember how many characters you have added or deleted,
and subtract or add them to the number written above the before-instructions
(currently 347). This is the number of bytes of the commands.
(currently 367). This is the number of bytes of the commands.
 
- In the code, it is important that all variables are declared at the
top of the scope (curly brackets) and that there is no executable code or
/trunk/wpj/filterfoundry.wpj
12,7 → 12,7
MProject
3
MCommand
347
367
set PSSDK=..\photoshop_sdk\pluginsdk
set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
cd ..
19,7 → 19,7
if exist y_tab.c del y_tab.c
if exist lex_yy.c del lex_yy.c
win_flex_bison\win_bison.exe parser.y -d -y
win_flex_bison\win_flex.exe lexer.l y.tab.c
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
rem IDE doesnt like multiple dots in filenames
ren y.tab.c y_tab.c
ren lex.yy.c lex_yy.c