*** empty log message ***

This commit is contained in:
David Rose 2001-01-06 01:48:56 +00:00
parent de7bcb0b50
commit 410a7c5a2b

View File

@ -33,10 +33,14 @@
#end file
#end decygwin
// cant use DTOOL_INSTALL since may not be attached
#define dtool_ver_dir_cyg $[DTOOL_INSTALL]/src/dtoolbase
#define dtool_ver_dir $[decygwin %,%,$[dtool_ver_dir_cyg]]
// cant use DTOOL_INSTALL since may not be attached
// Actually, the above should work, assuming that DTOOL is set
// correctly before building, whether we are attached or not. The
// following lines incorrectly assume that DTOOL is a sibling of the
// current tree.
//#define dtool_ver_dir_cyg ../../../dtool/src/dtoolbase
//#define dtool_ver_dir $[decygwin %,%,$[dtool_ver_dir_cyg]]