openstream fixes, changes to compiling of pde files

This commit is contained in:
benfry
2004-07-17 01:14:24 +00:00
parent 36660571fe
commit af961ba2c8
6 changed files with 182 additions and 98 deletions

View File

@@ -35,6 +35,7 @@ public class PdeCode {
//PdeHistory history; // TODO add history information
String preprocName; // name of .java file after preproc
int lineOffset; // where this code starts relative to the concat'd code
public PdeCode(String name, File file, int flavor) {