Development environment of Scite + BCC55

xiaoxiao2021-03-06  86

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.

转载请注明原文地址:https://www.9cbs.com/read-107527.html

New Post(0)