Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Using different source directories for Release and Debug


2 replies to this topic

cmessman

cmessman
  • Members
  • 16 posts

Posted 06 April 2001 - 00:17

I need to alternate between debug and release versions of the files used in my project's components.  I have set up two Releases in my project -- one for Debug and one for Release.  When I select a Release type in the Releases view and build the package, I need the files to be taken from the appropriate directory tree (Debug or Release).  Inserting a property in the dynamic linked path name does not seem to work.  I suspect this is a supported feature and I just can't find it in the docs.

Thanks,

Chris


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 April 2001 - 16:42

You could use path variables that you could switch between debug and release build. Or you duplicate the features and components, and use release flags on the features.

cmessman

cmessman
  • Members
  • 16 posts

Posted 06 April 2001 - 17:12

Thanks Stefan,

After some trial and error I figured out how to do this with Env variables mapped to path variables.  This is just what I need.

Thanks, again,
Chris