mirror of https://github.com/BOINC/boinc.git
rename cal.h to cal_boinc.h in lib/Makefile.mingw
svn path=/trunk/boinc/; revision=22042
This commit is contained in:
parent
46d0bcc938
commit
4a0b54d003
|
@ -5486,3 +5486,9 @@ Rom 22 July 2010
|
|||
ViewNotices.cpp
|
||||
clientgui/gtk/
|
||||
taskbarex.cpp
|
||||
|
||||
Bernd 22 Jul 2010
|
||||
- rename cal.h to cal_boinc.h
|
||||
|
||||
lib/
|
||||
Makefile.mingw
|
||||
|
|
|
@ -12,7 +12,7 @@ HEADERS = $(BOINC_SRC)/version.h $(BOINC_SRC)/api/boinc_api.h $(BOINC_SRC)/api/g
|
|||
$(BOINC_SRC)/lib/boinc_win.h $(BOINC_SRC)/lib/url.h $(BOINC_SRC)/lib/common_defs.h $(BOINC_SRC)/lib/diagnostics.h \
|
||||
$(BOINC_SRC)/lib/diagnostics_win.h $(BOINC_SRC)/lib/filesys.h $(BOINC_SRC)/lib/hostinfo.h $(BOINC_SRC)/lib/proxy_info.h \
|
||||
$(BOINC_SRC)/lib/prefs.h $(BOINC_SRC)/lib/miofile.h $(BOINC_SRC)/lib/mfile.h $(BOINC_SRC)/lib/parse.h \
|
||||
$(BOINC_SRC)/lib/util.h $(BOINC_SRC)/lib/coproc.h $(BOINC_SRC)/lib/cal.h $(BOINC_SRC)/win_build/config.h
|
||||
$(BOINC_SRC)/lib/util.h $(BOINC_SRC)/lib/coproc.h $(BOINC_SRC)/lib/cal_boinc.h $(BOINC_SRC)/win_build/config.h
|
||||
|
||||
ZIP_HEADERS = zip/boinc_zip.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue