mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4825
This commit is contained in:
parent
6cc5c77c3e
commit
330477238f
|
@ -9,19 +9,19 @@ api_files= \
|
|||
graphics_api_files = \
|
||||
graphics_api.C \
|
||||
graphics_data.C \
|
||||
graphics_impl.o \
|
||||
graphics_impl.C \
|
||||
reduce.C \
|
||||
gutil.C \
|
||||
x_opengl.C
|
||||
|
||||
graphics_lib_files = \
|
||||
graphics_lib.o \
|
||||
graphics_data.o \
|
||||
reduce.o
|
||||
graphics_lib.C \
|
||||
graphics_data.C \
|
||||
reduce.C
|
||||
|
||||
graphics_impl_file= \
|
||||
graphics_impl_files = \
|
||||
graphics_data.C \
|
||||
graphics_impl.o \
|
||||
graphics_impl.C \
|
||||
gutil.C \
|
||||
reduce.C \
|
||||
x_opengl.C
|
||||
|
|
|
@ -21132,3 +21132,9 @@ David 10 Dec 2004
|
|||
clientgui/
|
||||
Makefile.mac (new)
|
||||
stdwx.h
|
||||
|
||||
David 11 Dec 2004
|
||||
- Fixed Makefile.am for building graphics libs
|
||||
|
||||
api/
|
||||
Makefile.am
|
||||
|
|
Loading…
Reference in New Issue