*** empty log message ***

This commit is contained in:
David Rose 2000-11-19 23:28:58 +00:00
parent 61c7b272fd
commit 6407fb7596
4 changed files with 4 additions and 4 deletions

View File

@ -813,7 +813,7 @@ clean-$[dirname] :
#end dirname
#formap dirname subdirs
cleanall-$[dirname] :
cleanall-$[dirname] : $[patsubst %,cleanall-%,$[dirnames $[if $[build_directory],$[DIRNAME]],$[DEPEND_DIRS]]]
cd ./$[PATH]; $(MAKE) cleanall
#end dirname

View File

@ -790,7 +790,7 @@ clean-$[dirname] :
#end dirname
#formap dirname subdirs
cleanall-$[dirname] :
cleanall-$[dirname] : $[patsubst %,cleanall-%,$[dirnames $[if $[build_directory],$[DIRNAME]],$[DEPEND_DIRS]]]
cd $[osfilename $[PATH]] && $(MAKE) /nologo cleanall
#end dirname

View File

@ -756,7 +756,7 @@ clean-$[dirname] :
#end dirname
#formap dirname subdirs
cleanall-$[dirname] :
cleanall-$[dirname] : $[patsubst %,cleanall-%,$[dirnames $[if $[build_directory],$[DIRNAME]],$[DEPEND_DIRS]]]
cd ./$[PATH]; $(MAKE) cleanall
#end dirname

View File

@ -320,7 +320,7 @@ write_code(ostream &out, InterrogateModuleDef *def) {
if (generate_spam) {
out << "#include <config_interrogatedb.h>\n"
<< "#include <notifyCategoryProxy.h>\n\n"
<< "NotifyCategoryDecl(in_" << library_name << ", EXPCL_MISC, EXPTP_MISC);\n"
<< "NotifyCategoryDeclNoExport(in_" << library_name << ");\n"
<< "NotifyCategoryDef(in_" << library_name << ", interrogatedb_cat);\n\n";
}