Thomas S. Trias wrote: > As an example, if I make changes to > .\src\ca\serverca\scasched\scaweb.cpp and > .\src\ca\serverca\scasched\scaweb.h and then rebuild using .\make.bat, > the pre-compiled header does not get rebuilt, which causes an error. > If I then touch precomp.h, the build succeeds, but iis.wixlib does not > get rebuilt, so I do not see the changes to the CA DLL reflected in > any subsequently linked MSIs. So, each time I have to make sure to > touch precomp.h and delete the wixlib before running an incremental > build.
OK, I haven't seen that but I don't work on the IIS stuff. Generally incremental builds work OK but it's certainly possible that we're missing some dependencies, especially in the native-code DLLs because they're built with NAnt and all the .wixlibs and extensions are built with MSBuild. I usually do a full build; it's only about twice as slow as an incremental. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
