wine/tools Makefile.in .cvsignore mingwrap.c

Dimitrie O. Paun dpaun at rogers.com
Fri Dec 6 01:30:43 CST 2002


On December 5, 2002 02:12 pm, Alexandre Julliard wrote:
> ChangeSet ID:	6503
> CVSROOT:	/opt/cvs-commit
> Module name:	wine
> Changes by:	julliard at wine.codeweavers.com	2002/12/05 13:12:13
>
> Modified files:
> 	tools          : Makefile.in .cvsignore
> Added files:
> 	tools          : mingwrap.c
>
> Log message:
> 	Dimitrie O. Paun <dpaun at rogers.com>
> 	New MinGW wrapper that makes gcc on Linux behave like MinGW on
> 	Windows, using the Wine headers.

I'm afraid this (from Makefile.in) can't quite work:
mingwrap: mingwrap.o
        $(CC) $(CFLAGS) -DINCLUDEDIR="$(includedir)" -o mingwrap mingwrap.o

You're passing the -D to an already compiled file...


-- 
Dimi.




More information about the wine-devel mailing list