mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
*** empty log message ***
This commit is contained in:
parent
a0ed36e4c0
commit
3ba99989c0
@ -3,7 +3,8 @@
|
||||
#define LOCAL_LIBS cvscopy flt
|
||||
|
||||
#define OTHER_LIBS \
|
||||
dconfig:c dtool:m pystub
|
||||
express:c pandaexpress:m \
|
||||
dtoolutil:c dconfig:c dtool:m pystub
|
||||
|
||||
#define SOURCES \
|
||||
fltCopy.cxx fltCopy.h
|
||||
|
@ -40,7 +40,7 @@ FltCopy() {
|
||||
"It may also be "
|
||||
"repeated multiple times on the command line; each time it appears "
|
||||
"its named directories will be appended to the search path.",
|
||||
&CVSCopy::dispatch_search_path, NULL, &_search_path);
|
||||
&FltCopy::dispatch_search_path, NULL, &_search_path);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user