-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
38 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file renamed
BIN
+150 KB
python/togl3/darwin/Togl3.0/libTogl3.0.dylib → python/tkgl/darwin/Tkgl1.0/libTkgl1.0.dylib
100755 → 100644
Binary file not shown.
Binary file renamed
BIN
+150 KB
...togl3/darwin/Togl3.0/libtcl9Togl3.0.dylib → .../tkgl/darwin/Tkgl1.0/libtcl9Tkgl1.0.dylib
100755 → 100644
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- tcl -*- | ||
# Tcl package index file, version 1.1 | ||
# | ||
if {[package vsatisfies [package provide Tcl] 9.0-]} { | ||
package ifneeded Tkgl 1.0 \ | ||
[list load [file join $dir libtcl9Tkgl1.0.dylib] [string totitle Tkgl]] | ||
} else { | ||
package ifneeded Tkgl 1.0 \ | ||
[list load [file join $dir libTkgl1.0.dylib] [string totitle Tkgl]] | ||
} |
Binary file renamed
BIN
+47.3 KB
python/togl3/linux/Togl3.0/libTogl3.0.so → python/tkgl/linux/Tkgl1.0/libTkgl1.0.so
100755 → 100644
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# -*- tcl -*- | ||
# Tcl package index file, version 1.1 | ||
# | ||
if {[package vsatisfies [package provide Tcl] 9.0-]} { | ||
package ifneeded Tkgl 1.0 \ | ||
[list load [file join $dir libtcl9Tkgl1.0.so] [string totitle Tkgl]] | ||
} else { | ||
package ifneeded Tkgl 1.0 \ | ||
[list load [file join $dir libTkgl1.0.so] [string totitle Tkgl]] | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if {[package vsatisfies [package provide Tcl] 9.0-]} { | ||
package ifneeded Tkgl 1.0 [list load [file join $dir tcl9Tkgl10.dll]] | ||
} else { | ||
package ifneeded Tkgl 1.0 [list load [file join $dir Tkgl10.dll]] | ||
} |
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters