I can certainly do a full rebuild; the one thing I like about the incremental is the pared down log file... makes it much easier to find where something went wrong.
Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ -------- Original Message -------- Subject: Re: [WiX-devs] Build Dependencies for Pre-compiled Headers and Wixlibs From: Bob Arnson <[email protected]> To: [email protected] Cc: Windows Installer XML toolset developer mailing list <[email protected]> Date: 2/20/2009 4:13 PM > 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. > ------------------------------------------------------------------------------ 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
