first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / applications / nechung / makefile
1 CONSOLE_MODE = t
2
3 include cpp/variables.def
4
5 PROJECT = nechung
6 TYPE = application
7 SOURCE = nechung_oracle.cpp nechung_version.rc 
8 DEFINITIONS += __BUILD_STATIC_APPLICATION__
9 UNDEFINITIONS += ENABLE_MEMORY_HOOK ENABLE_CALLSTACK_TRACKING
10 TARGETS = nechung.exe cgi_nechung.exe
11
12 include cpp/rules.def
13