Subversion Repositories filter_foundry

Rev

Rev 192 | Rev 284 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 214
Line 10... Line 10...
10
9728
10
9728
11
2
11
2
12
MProject
12
MProject
13
3
13
3
14
MCommand
14
MCommand
15
347
15
367
16
set PSSDK=..\photoshop_sdk\pluginsdk
16
set PSSDK=..\photoshop_sdk\pluginsdk
17
set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
17
set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
18
cd ..
18
cd ..
19
if exist y_tab.c del y_tab.c 
19
if exist y_tab.c del y_tab.c 
20
if exist lex_yy.c del lex_yy.c
20
if exist lex_yy.c del lex_yy.c
21
win_flex_bison\win_bison.exe parser.y -d -y
21
win_flex_bison\win_bison.exe parser.y -d -y
22
win_flex_bison\win_flex.exe lexer.l y.tab.c
22
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
23
rem IDE doesnt like multiple dots in filenames
23
rem IDE doesnt like multiple dots in filenames
24
ren y.tab.c y_tab.c
24
ren y.tab.c y_tab.c
25
ren lex.yy.c lex_yy.c
25
ren lex.yy.c lex_yy.c
26
cd wpj
26
cd wpj
27
4
27
4