|
|
@@ -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]]
|
|
|
|