14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
XCOMM make dtapp fro dtapp.src
|
|
#define PassCDebugFlags
|
|
|
|
AllTarget(dtapp)
|
|
|
|
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP)
|
|
|
|
CppScriptTarget(dtapp,dtapp.src,$(LOCAL_CPP_DEFINES),)
|
|
|
|
depend::
|
|
|