Assuming you mean the VC++ compiler - it puts all .obj files into a single directory but automatically appends numbers to file names if they would collide. Like this: main.cpp -> main.obj subdir\main.cpp -> main1.obj
I could live with this scheme in WiX too. Rob Mensching-6 wrote: > > What does cl.exe do in this case? > > zett42 wrote: >> I have a directory structure for my source files like this: >> main.wxs >> subProduct\main.wxs >> >> When compiling, the created .wixobj files overwrite each other, because >> candle puts all files into the same directory. >> My current workaround is to call candle once for each sub directory and >> specify a different output dir for each call. >> >> Is there an easier way to accomplish this task? Ideally there should be a >> command line switch for candle to achieve this behaviour. >> -- >> View this message in context: >> http://n2.nabble.com/Candle---how-to-output-.wixobj-files-with-same-directory-structure-as-the-.wxs-files--tp2844341p2844341.html >> Sent from the wix-users mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >> production scanning environment may not be a perfect world - but thanks >> to >> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK >> i700 >> Series Scanner you'll get full speed at 300 dpi even with all image >> processing features enabled. http://p.sf.net/sfu/kodak-com >> _______________________________________________ >> WiX-users mailing list >> WiX-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wix-users >> > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://n2.nabble.com/Candle---how-to-output-.wixobj-files-with-same-directory-structure-as-the-.wxs-files--tp2844341p2868997.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users