In SciteUser.properties or CPP.Properties, as follows: CC = C: / Borland / BCC55 / BIN / BCC32 -Y -V -C -O "$ (fileDir) / $ (filename) .Obj" "$ (FileDir) / $ (filenameext) "Build = C: / Borland / BCC55 / BIN / ILINK32 -V" $ (filedir) / $ (filename) .Obj "import32.lib cw32.lib c0x32.obj
Command.compile. *. c = $ (cc) Command.build. *. C = $ (build) Command.go. *. c = $ (filename)
Command.compile. *. cc = $ (cc) Command.build. *. CC = $ (build) Command.go. *. cc = $ (filename)
Command.compile. *. CPP = $ (cc) Command.build. *. CPP = $ (build) Command.go. *. CPP = $ (filename)
Command.Compile. *. CXX = $ (cc) Command.build. *. CXX = $ (build) Command.go. *. CXX = $ (filename)
Command.go.subsystem. * = 2command.build. *. h = make
Command.name.0. * = cleanupcommand.0. * = rm -f * .Obj * .map * .ilc * .ild * .ilf * .ils * .tdscommand.subsystem.0. * = 0.