mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt_type_comp: use CppCmd definition
Hi. This patch makes tt_type_comp respect CppCmd Thanks!
This commit is contained in:
parent
8db8a22906
commit
9221c55a5f
2 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,9 @@ EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|||
|
||||
#include "../../tooltalk.tmpl"
|
||||
|
||||
DEFINES =
|
||||
CPP_PROGRAM = CppCmd
|
||||
CPP_DEFINES = -DCPP_PROGRAM="\"$(CPP_PROGRAM)\""
|
||||
DEFINES = $(CPP_DEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I../../lib -I../../slib
|
||||
|
||||
DEPLIBS = ../../slib/libstt.a TtClientDepLibs
|
||||
|
|
|
@ -529,4 +529,9 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef CPP_PROGRAM
|
||||
# undef OPT_CPP_PATH
|
||||
# define OPT_CPP_PATH CPP_PROGRAM
|
||||
#endif
|
||||
|
||||
#endif /* _TT_OPTIONS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue