X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Fmakefile.bundle_creator;fp=nucleus%2Fapplications%2Fbundler%2Fmakefile.bundle_creator;h=78cff28e5753cee884eb41fc85f51a463f41a37b;hp=57ac43336f81b70a2464da547e9e6f604c4e09df;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a 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