Merge branch 'release-2.140.136'
[feisty_meow.git] / nucleus / applications / bundler / makefile.unpacker_stub
index ad646b9adc062fd6430893e0360022110a0f03e0..804177e43c216bdb3af748a429f8cee9362fc8f6 100644 (file)
@@ -14,17 +14,7 @@ TARGETS = unpacker_stub.exe
 LAST_TARGETS = show_makefilename
 OTHER_CLEANS = mocko
 
-#hmmm: why on earth is this gunk not already available
-#  in some specialized vcpp variable?  yuck!
-ifeq "$(COMPILER)" "VISUAL_CPP"
-  LIBS_USED += libcmt.lib shlwapi.lib zlib.lib
-  LOAD_FLAG_PREFIX += -nodefaultlib:msvcrt.lib 
-  COMPILER_FLAGS += -MT
-  LOCAL_HEADERS += $(THIRD_PARTY_DIR)/zlib/include
-  LOCAL_LIBRARIES += $(THIRD_PARTY_DIR)/zlib/lib
-else
-  LIBS_USED += z
-endif
+LIBS_USED += z
 
 include cpp/rules.def