clam changes tossing out old visual studio schlubs
[feisty_meow.git] / nucleus / applications / bundler / makefile.bundle_creator
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = app_bundle
6 TYPE = application
7 SOURCE = common_bundle.cpp 
8 ifeq "$(OMIT_VERSIONS)" ""
9   SOURCE += bundler_version.rc
10 endif
11 DEFINITIONS += __BUILD_STATIC_APPLICATION__=t
12 TARGETS = bundle_creator.exe
13
14 LIBS_USED += z
15
16 include cpp/rules.def
17