在scite的sciteuser.properties或者cpp.properties裡面作如下設定:
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
***mand.***pile.*.c=$(cc)
***mand.build.*.c=$(build)
***mand.go.*.c=$(filename)
***mand.***pile.*.cc=$(cc)
***mand.build.*.cc=$(build)
***mand.go.*.cc=$(filename)
***mand.***pile.*.cpp=$(cc)
***mand.build.*.cpp=$(build)
***mand.go.*.cpp=$(filename)
***mand.***pile.*.cxx=$(cc)
***mand.build.*.cxx=$(build)
***mand.go.*.cxx=$(filename)
***mand.go.subsystem.*=2
***mand.build.*.h=make
***mand.name.0.*=cleanup
***mand.0.*=rm -f *.obj *.map *.ilc *.ild *.ilf *.ils *.tds
***mand.subsystem.0.*=0
即可。