|
-
April 18th, 1999, 07:19 AM
#1
Configuration problem: build an app with a specific config of a library
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|