[cairo] Re[4]: Cairographics on win32
Oleg Smolsky
oleg.smolsky at pacific-simulators.co.nz
Thu Apr 7 16:53:56 PDT 2005
Hello Stuart,
Stuart Parmenter wrote on Friday, 8 April 2005:
> I really think that checking in Visual Studio projects is the wrong
> thing to do here. We should just create a windows makefile that you
> can use nmake to build, similarly to what glib, pango, etc do.
Well, you are welcome to submit a makefile, and it will be useful for
people who prefer this type of build.
But, I use a VC++ project because:
- one click rebuild of my entire solution/workspace
- automatic dependency tracking when cairo source changes
- automatic linker settings
- automatic full source debugging
- VC++ navigation database: go to declaration, go to definition
- ease of use/share between different solutions
...and, this is a totally VC++ centric point of view. I do not care
about using the same make/makefiles/autoconf/etc on different
platforms. All I am interested in is productivity and ease of
development using VC++ :)
Best regards,
Oleg.
More information about the cairo
mailing list