mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
61c7b272fd
commit
6407fb7596
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user