Skip to content

Commit

Permalink
Added a placeholder install step
Browse files Browse the repository at this point in the history
Solves BOINC#5690
  • Loading branch information
bjauny committed Oct 1, 2024
1 parent da545cd commit 549f686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/condor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ boinc_gahp: boinc_gahp.cpp $(BOINC_SOURCE_LIB_DIR)/remote_submit.h $(BOINC_SOURC
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(MINGW_FLAGS) -g -O3 \
-o boinc_gahp boinc_gahp.cpp $(BOINC_SOURCE_LIB_DIR)/remote_submit.cpp \
-lcurl -lssl -lcrypto -lboinc $(CURL_EXTRA_LDFLAGS) $(MAKEFILE_LDFLAGS) $(STDCPPTC)

install:
echo "Install step"
3 changes: 3 additions & 0 deletions samples/multi_thread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ distclean:

multi_thread: multi_thread.o $(MAKEFILE_STDLIB) $(BOINC_API_DIR)/libboinc_api.a $(BOINC_LIB_DIR)/libboinc.a
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o multi_thread multi_thread.o $(MAKEFILE_LDFLAGS) -lboinc_api -lboinc $(STDCPPTC)

install:
echo "Install step"

0 comments on commit 549f686

Please sign in to comment.