소스 검색

Update radxide.tcl

Dan Nuggetsman 4 달 전
부모
커밋
7f7e0c0e7e
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      radxide.tcl

+ 3 - 2
radxide.tcl

@@ -28,7 +28,7 @@
 #
 ###########################################################
 
-set version "1.5.5" 
+set version "1.5.6" 
 set os "$::tcl_platform(os) $::tcl_platform(osVersion)"
 
 package provide radxide $version
@@ -116,7 +116,8 @@ namespace eval radxide {
   variable DIR [file dirname $FILEDIR]
 
   # directories of sources
-  variable SRCDIR [file join $DIR src]
+  #variable SRCDIR [file join $DIR src]
+  variable SRCDIR $FILEDIR
   variable LIBDIR [file join $DIR lib]
   variable ICONDIR [file join $SRCDIR icons]