projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
[feisty_meow.git]
/
nucleus
/
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