10ption ProjectOptions =
2    define("__USE_PROTOS", ),
3    incl(searchpath, "..\\sorcerer\\h"),
4    incl(searchpath, "..\\h"),
5    incl(searchpath, "..\\support\\set"),
6    link(pmtype, vio)
7{
8    target "..\\bin\\sorcerer.exe"
9    {
10        option incl(searchpath, "..\\sorcerer") {
11            source type("c")
12
13'sor.c','scan.c','err.c','main.c','globals.c','gen.c','hash.c','look.c','cpp.c'
14        }
15
16        option incl(searchpath, "..\\support\\set") {
17            source type("c")
18                "set.c"
19        }
20    }
21}
22