- 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:
David Anderson 2007-05-23 22:37:52 +00:00
parent e86e4464f0
commit 88f47331bd
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -2,4 +2,4 @@ struct UC_SHMEM {
double update_time;
double fraction_done;
double cpu_time;
};
};

View File

@ -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