bb32d46935104ad8fa2dfd2e24082188317efd9d
[feisty_meow.git] / nucleus / applications / utilities / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = utilities
6 TYPE = application
7 ifeq "$(OMIT_VERSIONS)" ""
8   SOURCE += util_version.rc 
9 endif
10 LOCAL_LIBS_USED = application basis configuration filesystem loggers mathematics nodes processes textual timely structures 
11 TARGETS = await_app_exit.exe bytedump.exe checker.exe dirtree.exe ini_edit.exe mdate.exe \
12   splitter.exe time_set_effective_id.exe time_running_app.exe
13
14 include cpp/rules.def
15