- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since Visual Studio 2005 has dropped the feature to export a Makefile, is it possible to call Visual Studio from a batch file to perform a build. (I need to make a dynamic library from a batch file.)
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. From the command line, type "devenv /?" to see the format of the command and the various options. For example, you might have:
devenv mysolution.sln /build Debug
to build the solution's Debug configuration.
devenv mysolution.sln /build Debug
to build the solution's Debug configuration.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page