salah salah wrote:
when i compile c# source, default parameters are:
csc /t:winexe MyFile.cs /r:system.dll,system.drawing.dll
who can i change these parametres
These come from the cpp.properties file, which defines how to treat
"C-like" languages.
The relevant entries are
command.build.*.cs=csc /t:winexe $(FileNameExt)
/r:system.dll,system.drawing.dll
if using Windows, and
command.build.*.cs=mcs /t:winexe $(FileNameExt)
/r:System,System.Drawing
on GTK platforms (note that these are both one line entries).
It is best to override these in either your SciTEUser.properties file
or in a directory-specific SciTE.properties file.
Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest