If you want, I can draw a Tango-style icon for it, as part of my work in
progress wine icon refresh: http://www.airwebreathe.org.uk/wine-icon/
>> +C_SRCS = \
>> +»··main.c \
>> + DxDiagCOM.c \
>> + System.c \
>> ...
> This won't work properly, you need to use tabs in Makefiles.
Minor point: in this case, tabs are not necessary. Tabs are only
necessary in Makefile rules, as in:
foo: bar
compile bar <-- this needs
Henri wrote:
> However, what really needs clarification is the copyright status of this.
The web page about the project
http://kegel.com/wine/sweng/2009/
makes it clear that the work had to be LGPL, and the students were
fine with that.
The final presentation about that code,
http://kegel.com/wine
2009/8/7 Henri Verbeet :
> 2009/8/7 Austin English :
>> I received mixed feedback on #winehackers about this. So currently
>> left as is...is there a CFLAG/gcc switch to detect this, without using
>> -ansi (which gives a crapton of other warnings).
>>
> You really want to add the "void". In the cur
2009/8/7 Austin English :
>>> +void D3DTest_initD3D();
>> This needs to be "void D3DTest_initD3D(void);" in C. The same goes for
>> a couple of other functions.
>
> I received mixed feedback on #winehackers about this. So currently
> left as is...is there a CFLAG/gcc switch to detect this, without
On Fri, Mar 27, 2009 at 6:33 AM, Henri Verbeet wrote:
> 2009/3/25 Allen Hair :
>> Attached is a patch that will add our code to the source tree. This
>> patch is not meant to be
>> committed, but should provide a demonstration of the application so
>> far. Any feedback would be
>> appreciated, I wi
2009/3/25 Allen Hair :
> Attached is a patch that will add our code to the source tree. This
> patch is not meant to be
> committed, but should provide a demonstration of the application so
> far. Any feedback would be
> appreciated, I will try to incorporate any suggestions as I work on
> releasin