Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   How to create a .net build command line (https://www.kinook.com/Forum/showthread.php?t=130)

Bill O 06-17-2003 01:28 PM

How to create a .net build command line
 
Is there an example of a .net build command where the project does not have a .sln file but the project is specified? The projects that I am trying to build are VC6, I used a conversion script to convert the .dsp into a .vcproj and now I need to know if I have my build command correct. This is the command line that I am trying to use:

%DEVENV_NET% "C:\Dev_Area\Projects\SpObj\SpAMCWObject\ SpAMCWObject PS\ SpAMCWObject PS.vcproj" /build Release /project "C:\Dev_Area\Projects\SpObj\SpAMCWObject\ SpAMCWObject PS\ SpAMCWObject PS.vcproj"


Thank you,

Bill O.

kinook 06-18-2003 07:25 AM

The easiest way would be to just use a Make VS.NET step, specifying the .vcproj file there; it will invoke devenv as needed (you can check the 'display command-line' option on the Options tab to see the command-line it actually constructs).

The devenv flags are also documented here: http://msdn.microsoft.com/library/de...neSwitches.asp


All times are GMT -5. The time now is 10:10 PM.


Copyright © 1999-2023 Kinook Software, Inc.