diff --git a/checkin_notes b/checkin_notes index 1daf03e365..f30126297f 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/example_app/uc2.h b/example_app/uc2.h index 9ae6feba99..da97666fd4 100644 --- a/example_app/uc2.h +++ b/example_app/uc2.h @@ -2,4 +2,4 @@ struct UC_SHMEM { double update_time; double fraction_done; double cpu_time; -}; \ No newline at end of file +}; diff --git a/uppercase/Makefile b/uppercase/Makefile index 5e91081ae4..331ec8594f 100644 --- a/uppercase/Makefile +++ b/uppercase/Makefile @@ -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