X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_sockets%2Fmakefile;fp=octopi%2Flibrary%2Ftests_sockets%2Fmakefile;h=0d8a2cd225e842dec6c6f94935614974d7831454;hb=6356fdf6b5a4d7707975b6b2baa3cd075bec33dc;hp=1dad659dea8b028d40a36fa1b4e75894ec424b25;hpb=ab4b5d4fed894a8ea469252d393005eec1221d3e;p=feisty_meow.git diff --git a/octopi/library/tests_sockets/makefile b/octopi/library/tests_sockets/makefile index 1dad659d..0d8a2cd2 100644 --- a/octopi/library/tests_sockets/makefile +++ b/octopi/library/tests_sockets/makefile @@ -8,9 +8,9 @@ TARGETS = test_address.exe test_bcast_spocket.exe test_enum_adapters.exe \ LOCAL_LIBS_USED = sockets unit_test application configuration loggers textual timely \ processes filesystem structures basis VCPP_USE_SOCK = t -ifeq "$(OP_SYSTEM)" "WIN32" - LIBS_USED += ws2_32.lib -endif +#ifeq "$(COMPILER)" "VISUAL_CPP" +# LIBS_USED += ws2_32.lib +#endif RUN_TARGETS = $(ACTUAL_TARGETS) include cpp/rules.def