clam changes tossing out old visual studio schlubs
[feisty_meow.git] / nucleus / applications / bundler / makefile.unpacker_stub
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = app_bundle_stub
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 = unpacker_stub.exe
13
14 LAST_TARGETS = show_makefilename
15 OTHER_CLEANS = mocko
16
17 LIBS_USED += z
18
19 include cpp/rules.def
20
21 show_makefilename:
22         echo hey the makeflags are $(MAKEFLAGS)
23
24
25 mocko:
26         echo got to other cleans
27