Displaying 3 results from an estimated 3 matches for "cextra".
Did you mean:
extra
2011 Jun 21
2
Using winemaker / building wine DLLs
...ollowed the guide at
http://www.winehq.org/docs/winelib-guide/bindlls, and winemaker gave me
a makefile. I ran winemaker with:
winemaker --nosource-fix --dll --single-target MyLib --nomfc
Running make produced errors related to 32/64-bit incompatibility, which
persisted until I:
1. added -m32 to CEXTRA and
2. added an explicit target for .o files (since the implicit target
doesn't use CEXTRA)
This made the compile fail with errors about missing WinMain, which
makes sense because -shared isn't being specified for compiling the .so.
So, I hacked the makefile again and added -m32, -shared,...
2008 Apr 15
9
Winelibs question.....
...r reports;
winegcc -c -mno-cygwin -I. -o WineLibTestSpec.o WineLibTestSpec.c
winegcc: gcc-3.4 failed
make: *** [WineLibTestSpec.o] Error 2
as a result of;
WineLibTestSpec.c:
$(WINEBUILD) -fPIC -o WineLibTestSpec.c --exe --entry=main
WineLibTestSpec.o: WineLibTestSpec.c
$(CC) -c $(CFLAGS) $(CEXTRA) $(DEFINCL) -o WineLibTestSpec.o WineLibTestSpec.c
in the make file.
There isnt too much information coming back from the compiler, and I'm not sure where to go next. Does anyone have any suggestions?
Sorry for the long post.
TIA :)
2009 Aug 21
0
Wine release 1.1.28
...lp32: Update German translation.
comdlg32: Update German translation.
msvfw32: Update German translation.
oleview: Update German translation.
taskmgr: Update German translation.
cmdlgtst: Update German translation.
winemaker: Put the defines in DEFINES instead of CEXTRA.
winemaker: Update manual.
winecfg: Update German translation.
Aric Stewart (1):
winemp3: A fix for security alert CVE-2006-1655.
Aurimas Fi?eras (1):
winecfg: Update Lithuanian translation.
Austin English (1):
ntdll: Quiet a noisy fixme.
Austin Lund (2):
use...