mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=609
This commit is contained in:
parent
8fb06fb287
commit
870338a9d3
|
@ -1,6 +1,7 @@
|
|||
#include "x_opengl.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_GL
|
||||
#include <GL/glx.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
|
@ -132,3 +133,5 @@ GLvoid buildFont(GLvoid)
|
|||
XFreeFont(dpy, font);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -28,14 +28,14 @@ APPS = upper_case concat 1sec
|
|||
$(CC) -c -o $*.o $<
|
||||
.c.o:
|
||||
$(CC) -c -o $*.o $<
|
||||
upper_case.x11.o:
|
||||
$(CC) -DBOINC_APP_GRAPHICS -c -o $*.o upper_case.C
|
||||
../api/x_opengl.x11.o:
|
||||
$(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/x_opengl.C
|
||||
../api/boinc_api.x11.o:
|
||||
$(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/boinc_api.C
|
||||
../api/graphics_api.x11.o:
|
||||
$(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/graphics_api.C
|
||||
#upper_case.x11.o:
|
||||
# $(CC) -DBOINC_APP_GRAPHICS -c -o $*.o upper_case.C
|
||||
#../api/x_opengl.x11.o:
|
||||
# $(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/x_opengl.C
|
||||
#../api/boinc_api.x11.o:
|
||||
# $(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/boinc_api.C
|
||||
#../api/graphics_api.x11.o:
|
||||
# $(CC) -DBOINC_APP_GRAPHICS -c -o $*.o ../api/graphics_api.C
|
||||
|
||||
|
||||
all: $(APPS)
|
||||
|
|
Loading…
Reference in New Issue