3 include cpp/variables.def
7 SOURCE = common_bundle.cpp
8 ifeq "$(OMIT_VERSIONS)" ""
9 SOURCE += bundler_version.rc
11 DEFINITIONS += __BUILD_STATIC_APPLICATION__=t
12 TARGETS = bundle_creator.exe
14 #hmmm: these should be done with a USE_ZLIB macro.
15 ifeq "$(COMPILER)" "VISUAL_CPP"
16 LOCAL_HEADERS += $(THIRD_PARTY_DIR)/zlib/include
17 LOCAL_LIBRARIES += $(THIRD_PARTY_DIR)/zlib/lib