Subversion Repositories filter_foundry

Rev

Rev 159 | Rev 214 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
60 peter 1
40
2
projectIdent
3
 
4
VpeMain
5
1
6
WRect
113 dmarschall 7
928
135 dmarschall 8
 
60 peter 9
7680
10
9728
11
2
12
MProject
13
3
14
MCommand
192 daniel-mar 15
347
16
set PSSDK=..\photoshop_sdk\pluginsdk
17
set PSAPI=..\photoshop_sdk\pluginsdk\photoshopapi
60 peter 18
cd ..
61 peter 19
if exist y_tab.c del y_tab.c 
20
if exist lex_yy.c del lex_yy.c
192 daniel-mar 21
win_flex_bison\win_bison.exe parser.y -d -y
22
win_flex_bison\win_flex.exe lexer.l y.tab.c
60 peter 23
rem IDE doesnt like multiple dots in filenames
61 peter 24
ren y.tab.c y_tab.c
25
ren lex.yy.c lex_yy.c
60 peter 26
cd wpj
27
4
28
MCommand
29
 
30
1
31
5
32
WFileName
33
17
34
filterfoundry.tgt
35
6
36
WVList
37
1
38
7
39
VComponent
40
8
41
WRect
42
 
159 dmarschall 43
663
60 peter 44
5712
45
4352
46
 
47
 
48
9
49
WFileName
50
17
51
filterfoundry.tgt
135 dmarschall 52
3
159 dmarschall 53
5
60 peter 54
7