X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Fmakefile.bundle_creator;h=78cff28e5753cee884eb41fc85f51a463f41a37b;hb=da8805bb69afd232991a8031d3164f02e78da644;hp=57ac43336f81b70a2464da547e9e6f604c4e09df;hpb=239fe2ca67e905f1c752394857038330fddd6ff4;p=feisty_meow.git diff --git a/nucleus/applications/bundler/makefile.bundle_creator b/nucleus/applications/bundler/makefile.bundle_creator index 57ac4333..78cff28e 100644 --- a/nucleus/applications/bundler/makefile.bundle_creator +++ b/nucleus/applications/bundler/makefile.bundle_creator @@ -11,14 +11,7 @@ endif DEFINITIONS += __BUILD_STATIC_APPLICATION__=t TARGETS = bundle_creator.exe -#hmmm: these should be done with a USE_ZLIB macro. -ifeq "$(COMPILER)" "VISUAL_CPP" - LOCAL_HEADERS += $(THIRD_PARTY_DIR)/zlib/include - LOCAL_LIBRARIES += $(THIRD_PARTY_DIR)/zlib/lib - LIBS_USED += zlib.lib -else - LIBS_USED += z -endif +LIBS_USED += z include cpp/rules.def