X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_sockets%2Fmakefile;h=6b0352c9104cdf73ba053013c644ef4c3db398ee;hp=0d8a2cd225e842dec6c6f94935614974d7831454;hb=e6ce0aa508c3ad1beb167fdf20732b24f383c651;hpb=d0cfb28918420022f659c318f6733a65bed53d5b diff --git a/octopi/library/tests_sockets/makefile b/octopi/library/tests_sockets/makefile index 0d8a2cd2..6b0352c9 100644 --- a/octopi/library/tests_sockets/makefile +++ b/octopi/library/tests_sockets/makefile @@ -3,14 +3,14 @@ include cpp/variables.def PROJECT = tests_sockets TYPE = test SOURCE = bcast_spocketer.cpp spocket_tester.cpp -TARGETS = test_address.exe test_bcast_spocket.exe test_enum_adapters.exe \ - test_sequence_tracker.exe test_span_manager.exe test_spocket.exe test_ucast_spocket.exe +TARGETS = test_address.exe test_bcast_spocket.exe test_sequence_tracker.exe \ + test_span_manager.exe test_spocket.exe test_ucast_spocket.exe +ifneq "$(OS_SUBCLASS)" "darwin" + TARGETS += test_enum_adapters.exe +endif LOCAL_LIBS_USED = sockets unit_test application configuration loggers textual timely \ processes filesystem structures basis VCPP_USE_SOCK = t -#ifeq "$(COMPILER)" "VISUAL_CPP" -# LIBS_USED += ws2_32.lib -#endif RUN_TARGETS = $(ACTUAL_TARGETS) include cpp/rules.def