Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / 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 \
7   registry_config.cpp shared_memory.cpp singleton_application.cpp windoze_helper.cpp
8 TARGETS = application.lib
9 LOCAL_LIBS_USED = basis
10
11 include cpp/rules.def
12