C# command line compilation
From: aladdin (aladdin_at_discussions.microsoft.com)
Date: 12/16/04
- Next message: Job Lot: "Month problem???"
- Previous message: Steven Cheng[MSFT]: "RE: Sending compressed Web Service requests to Apache server"
- Next in thread: Daniel O'Connell [C# MVP]: "Re: C# command line compilation"
- Reply: Daniel O'Connell [C# MVP]: "Re: C# command line compilation"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Dec 2004 19:57:04 -0800
Hi,
I wonder what's the difference of compilation between using command line and
using VS.NET IDE.
For I have a windows service program, there's always a difference between
the output file size, e.g. file size compiled by IDE is 45,580, by command
line is 40,960.
my command line is like:
csc /debug+ /warn:4 /define:DEBUG;TRACE /r:%MYREFS% /target:exe
/out:svr1.exe *.cs
Thanks!
- Next message: Job Lot: "Month problem???"
- Previous message: Steven Cheng[MSFT]: "RE: Sending compressed Web Service requests to Apache server"
- Next in thread: Daniel O'Connell [C# MVP]: "Re: C# command line compilation"
- Reply: Daniel O'Connell [C# MVP]: "Re: C# command line compilation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|