#1
|
|||
|
|||
Borland C++ builder project execution
I am compiling a Borland C++ builder project that contains several dll's and libraries. I want to build all of these and then copy the dll's and the exe over to my installshield setup folder. the problem I am having is that when I start the build process visual build pro goes directly to the next step which is to copy the files.
How do I have it wait until the build process is complete prior to trying to copy the files over to the installshield setup folder? I can set a timer to wait (what I believe will be the time it takes to build) but I do not wish to do that. does anyone have any suggestions? thanks in advance well i think i figured out the problem, I did not have the "wait for completion" box checked like i thought i did. Dean Last edited by Dean; 05-14-2003 at 01:05 PM. |
|
|