Ronny Guenther
April 18th, 1999, 07:19 AM
Hi there
Let's say I've got an app that uses some library (the application depends on this lib)
The library has got several configurations like "Debug", "Release", "Debug static" and
"Release static". The application that uses this library however just has two configurations
namely "Debug" and "Release".
Now I want VC6 to use the "Debug static" variation in the "Debug" of my app and
the "Release static" one in the "Release" config of my app.
The problem is that VC6 always goes and builds the Debug config
for the Debug config of the app and the same thing it does
with the Release config.
How can I solve this problem
Thanx for any hints
Ronny
Let's say I've got an app that uses some library (the application depends on this lib)
The library has got several configurations like "Debug", "Release", "Debug static" and
"Release static". The application that uses this library however just has two configurations
namely "Debug" and "Release".
Now I want VC6 to use the "Debug static" variation in the "Debug" of my app and
the "Release static" one in the "Release" config of my app.
The problem is that VC6 always goes and builds the Debug config
for the Debug config of the app and the same thing it does
with the Release config.
How can I solve this problem
Thanx for any hints
Ronny