Re: wine/tools Makefile.in .cvsignore mingwrap.c
6 Dec
2002
6 Dec
'02
7:30 a.m.
On December 5, 2002 02:12 pm, Alexandre Julliard wrote:
ChangeSet ID: 6503 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)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(a)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.
8498
Age (days ago)
8498
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dimitrie O. Paun