[vlc-devel] [PATCH] ActiveX: Changed files to be compilable by VC.

Sergey Radionov rsatom at gmail.com
Fri Nov 18 12:44:00 CET 2011


2011/11/18 Sergey Radionov <rsatom at gmail.com>

>
>
> > +#ifdef _MSC_VER
>>> > +#include "../vc_config.h"
>>> > +#endif //_MSC_VER
>>>
>>> I am not such a fan of this... Can we do something clever in autotools?
>>>
>> Visual Studio developers usually have no autotools (and MinGW at all) on
>> computers, so this file must be generated by someone else and included to
>> repo, or be some sort of this.
>> Or it can have some other, more appropriate name...
>>
>
> Or I can put it near visual studio project.
>
and simply name it "config.h"
and in sources just be
#include "config.h"

so, under wingw will be included npapi-vlc/config.h
but, under visual studio "config.h" from some other place.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111118/7976c6c2/attachment.html>


More information about the vlc-devel mailing list