*** empty log message ***

svn path=/trunk/boinc/; revision=3963
This commit is contained in:
Noaa Avital 2004-07-30 21:20:30 +00:00
parent 5629e39ffb
commit ad457f964a
2 changed files with 17 additions and 1 deletions

8
api/Makefile.Readme Normal file
View File

@ -0,0 +1,8 @@
This file will explain how to create a Makefile.graphics file for your
own specific system once a configure has been run on boinc. The following things must be added to the Makefile so as to create it with graphics:
GRXLIBS: add -lglut
AM_CPPFLAGS: add -I$(top_srcdir)/boincglut/include
am_libboinc_api_a_OBJECTS: add x_opengl, graphics_data, graphics_api, reduce,
gutil, all with extension .$(OBJEXT)

View File

@ -15741,4 +15741,12 @@ Noaa 29 July 2004
api/ api/
x_opengl.C x_opengl.C
Noaa 30 July 2004
- added Makefile.Readme to explain how to make a Makefile.graphics
for a system since at the moment Makefile.graphics is restricted
to the setup on Miner. This can be used when Makefile.in is changed
so that a correct Makefile is generated at configure time.
client/
Makefile.Readme(new)