first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / application / makefile
1 include cpp/variables.def
2
3 PROJECT = application
4 TYPE = library
5 SOURCE = application_shell.cpp callstack_tracker.cpp command_line.cpp dll_root.cpp \
6   hoople_service.cpp launch_manager.cpp memory_checker.cpp redirecter.cpp shared_memory.cpp \
7   singleton_application.cpp windoze_helper.cpp
8 TARGETS = application.lib
9 LOCAL_LIBS_USED = basis
10
11 include cpp/rules.def
12