Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
410a7c5a2b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      dtool/pptempl/Template.gmsvc.pp

+ 5 - 1
dtool/pptempl/Template.gmsvc.pp

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