working on build/export for multi-file sketch

This commit is contained in:
benfry
2004-01-16 19:12:52 +00:00
parent 73c9248b33
commit 4ee6de3c26
4 changed files with 26 additions and 7 deletions
+1 -2
View File
@@ -470,11 +470,10 @@ public class Sketch {
public String getMainFilePath() {
return files[0].getAbsolutePath();
}
}
class Code {
String name;
String name; // pretty name (no extension), not the full file name
File file;
int flavor;