- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have an automated process that is supposed to build several configurations of the same code from the command line.
dfdev gtsuite.dsw /MAKE "GTsuite - Win32 Release"
dfdev gtsuite.dsw /MAKE "GTsuite - Win32 Double"
dfdev gtsuite.dsw /MAKE "GTsuite - Win32 Debug"
There seems to be some problems with dependencies that happens only when we use the command line. If the code containing a module is changed, the files that use that module are not always re-compiled for all configurations. The build may then fail beause a new array that should be in the module is not defined. Sometimes files are compiled for no apparent reason. The workspace and projects are OK, because we can open Developer Studio and build with no problems.
Is there some way from the command lineto have it update the dependencies before it builds?
Link Copied
0 Replies

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