mirror of https://github.com/BOINC/boinc.git
- API: compile fix for MinGW (from Bernd)
svn path=/trunk/boinc/; revision=22501
This commit is contained in:
parent
ac83e1e9f7
commit
497254438f
|
@ -7296,3 +7296,9 @@ David 13 Oct 2010
|
|||
cs_scheduler.cpp
|
||||
sched/
|
||||
feeder.cpp
|
||||
|
||||
David 13 Oct 2010
|
||||
- API: compile fix for MinGW (from Bernd)
|
||||
|
||||
lib/
|
||||
Makefile.mingw
|
||||
|
|
|
@ -55,7 +55,7 @@ INCS = -I"$(BOINC_SRC)" -I"$(BOINC_SRC)/db" -I"$(BOINC_SRC)/lib" -I"$(BOINC_SRC)
|
|||
# set NOCYGWIN=-mno-cygwin to build non-Cywin Windows libs under Cygwin
|
||||
# -D_WIN32_WINDOWS=0x0410 sets to use Win98 API
|
||||
CCXXFLAGS = $(INCS) $(DEBUG) --include $(BOINC_SRC)/version.h -DEINSTEINATHOME_CROSS_BUILD -DMINGW_WIN32 \
|
||||
-DWIN32 -D_WIN32 -D_WIN32_WINDOWS=0x0410 -D_MT -DNDEBUG -D_WINDOWS -DBOINC \
|
||||
-DHAVE_STRCASECMP -DWIN32 -D_WIN32 -D_WIN32_WINDOWS=0x0410 -D_MT -DNDEBUG -D_WINDOWS -DBOINC \
|
||||
-DNODB -D_CONSOLE -mtune=pentium-m -fexceptions -march=i386 -O2 $(NOCYGWIN)
|
||||
|
||||
# flags for compiling boinc_zip
|
||||
|
|
Loading…
Reference in New Issue