mirror of https://github.com/BOINC/boinc.git
- version 6 example app works on Linux
example_app/ uc2.h uppercase/ Makefile svn path=/trunk/boinc_samples/; revision=12738
This commit is contained in:
parent
e86e4464f0
commit
88f47331bd
|
@ -347,3 +347,11 @@ David 23 May 2007
|
|||
samples.sln
|
||||
uc2.vcproj
|
||||
uc2_graphics.vcproj
|
||||
|
||||
David 23 May 2007
|
||||
- version 6 example app works on Linux
|
||||
|
||||
example_app/
|
||||
uc2.h
|
||||
uppercase/
|
||||
Makefile
|
||||
|
|
|
@ -2,4 +2,4 @@ struct UC_SHMEM {
|
|||
double update_time;
|
||||
double fraction_done;
|
||||
double cpu_time;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -45,4 +45,3 @@ upper_case.so: uc_graphics.o $(BOINC_LIB_DIR)/libboinc.a $(BOINC_API_DIR)/libboi
|
|||
-lboinc_graphics_impl -lboinc \
|
||||
$(LIBGLUT) $(LIBGLU) $(LIBJPEG) \
|
||||
-lGL -lX11 -lXmu -lm; \
|
||||
chcon -t textrel_shlib_t upper_case.so
|
||||
|
|
Loading…
Reference in New Issue