C++\CLI Compiler /nostdlib option?
Christopher Donovan <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Is there any command line argument in Microsoft's C++/CLI compiler that
prevents the compiler from looking for mscorlib.dll in:
c:\windows\microsoft.net\framework\v2.0.50727\
Our build environment requires that all builds be consistent and
reproducible. This means that there should be as little reliance as
possible on the configuration of the particular machine used to build the
software. We require all components referenced during the build process
to come from a single shared location, not from the user's local hard
drive.
C# and VB both provide the "/nostdlib" command line argument but I can not
find anything similar in C++/CLI.
Any thoughts?
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com