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)
-   -   EVC workspace reloading for each project (https://www.kinook.com/Forum/showthread.php?t=887)

lattara 02-10-2005 06:59 PM

EVC workspace reloading for each project
 
I have a workspace with about 60 projects in it and when I do a build, it loads the workspace for each projects.

What I'd like is to call EVC with the workspace and which project that I want to build and it will go through the dependencies and build each project. In otherwords, the command line would be EVC.EXE workspace.vcw /MAKE "Application - Win32 (WCE ARMV4i) Release MinDependency" /NORECURSE /ceconfig=A404_DEV_IMAGE_REV_C

My workspace actually contains 2 applications in it, so I know I need to call it twice ( 1 for each application ).

kinook 02-11-2005 08:15 AM

The Make VC6 action processes each project in the workspace individually to provide extra functionality (versions, base address, properties, etc.) for each one. If you don't use dependencies for library linking, and if you uncheck the 'Support library dependencies when building multi-project workspaces' option on the Project/Workspace tab, the action will specify the .vcp filename for each project instead of the .vcw file, which will be faster.


All times are GMT -5. The time now is 04:15 AM.


Copyright © 1999-2023 Kinook Software, Inc.