Subversion Repositories filter_foundry

Rev

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

Rev 197 Rev 198
Line 1... Line 1...
1
 
1
 
2
BUILDING FILTER FOUNDRY ON OPENWATCOM
2
Building FilterFoundry with OpenWatcom
3
by Peter Heckert and Daniel Marschall
3
======================================
4
 
4
 
5
Most recently tested with OpenWatcom 1.9 and Adobe Photoshop SDK CC 2017.
5
Most recently tested with OpenWatcom 1.9 and Adobe Photoshop SDK CC 2017.
6
 
6
 
7
 
7
 
8
Prerequisites
8
Prerequisites
Line 62... Line 62...
62
  You have to edit the WPJ file with a text editor.
62
  You have to edit the WPJ file with a text editor.
63
  Remember how many characters you have added or deleted,
63
  Remember how many characters you have added or deleted,
64
  and subtract or add them to the number written above the before-instructions
64
  and subtract or add them to the number written above the before-instructions
65
  (currently 347). This is the number of bytes of the commands.
65
  (currently 347). This is the number of bytes of the commands.
66
 
66
 
-
 
67
- In the code, it is important that all variables are declared at the
-
 
68
  top of the scope (curly brackets) and that there is no executable code or
-
 
69
  assignments in between.
-
 
70
 
67
 
71
 
68
Remarks
72
Remarks
69
-------
73
-------
70
 
74
 
71
flex and bison are currently invoked as a batch process.
75
flex and bison are currently invoked as a batch process.