]> OCCT Git - occt-wok.git/commitdiff
Correction in WOK for "Automatic Release Standard"
authorcascade <cascade@opencascade.com>
Fri, 10 Feb 2006 21:00:28 +0000 (21:00 +0000)
committercascade <cascade@opencascade.com>
Fri, 10 Feb 2006 21:00:28 +0000 (21:00 +0000)
src/WOKTclLib/DocGenerate.tcl

index 5f162f4bcf738ce86a7f398d16e7a0ae7e9468f5..3f57b4d34bb9f0a620eabe90aabb06aeb1a31492 100755 (executable)
@@ -29,7 +29,7 @@ proc DocGenerate {theModule outDir} {
          return 0
       } 
    } 
- if {$tcl_platform == "windows"} {
+ if {$tcl_platform(platform) == "windows"} {
     set filename "$env(TMP)/Doxybuffer"
  } else {
     set filename "/tmp/Doxybuffer"
@@ -39,7 +39,7 @@ proc DocGenerate {theModule outDir} {
 
  puts $fileid "PROJECT_NAME    = Open CASCADE"
  puts $fileid "OUTPUT_DIRECTORY = $outDir/${theModule}"
- puts $fileid "CREATE_SUBDIRS   = YES"
+ puts $fileid "CREATE_SUBDIRS   = NO"
  puts $fileid "OUTPUT_LANGUAGE  = English"
  puts $fileid "DETAILS_AT_TOP   = YES"
  puts $fileid "MULTILINE_CPP_IS_BRIEF = YES"