DxDiag Demo Patch

Juan Lang juan.lang at gmail.com
Sat Aug 8 10:18:32 CDT 2009


>> +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 a tab

But mixing tabs and spaces is poor style and best avoided.
--Juan



More information about the wine-devel mailing list