Revision: 41008
http://brlcad.svn.sourceforge.net/brlcad/?rev=41008&view=rev
Author: bob1961
Date: 2010-10-15 21:13:38 +0000 (Fri, 15 Oct 2010)
Log Message:
-----------
Tktable and Tkhtml stuff now getting copied to lib.
Modified Paths:
--------------
brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl
brlcad/trunk/misc/win32-msvc8/tkhtml/tkhtml.vcproj
brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj
Modified: brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl
===================================================================
--- brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl 2010-10-15
21:13:22 UTC (rev 41007)
+++ brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl 2010-10-15
21:13:38 UTC (rev 41008)
@@ -155,9 +155,9 @@
catch {
# stub_dir [file join $shareDir pix]
stub_dir [file join $installDir bin]
- stub_dir [file join $installDir bin Tkhtml3.0]
- stub_dir [file join $installDir bin Tktable2.10]
- stub_dir [file join $installDir bin Tktable2.10 html]
+ stub_dir [file join $installDir lib Tkhtml3.0]
+ stub_dir [file join $installDir lib Tktable2.10]
+ stub_dir [file join $installDir lib Tktable2.10 html]
stub_dir [file join $installDir lib iwidgets$iwidgetsVersion]
stub_dir [file join $installDir lib]
stub_dir [file join $installDir share brlcad]
@@ -323,7 +323,7 @@
puts $fd {package ifneeded Tkhtml 3.0 [list load [file join $dir
tkhtml.dll]]}
close $fd
cd $savepwd
- copy_stuff [file join $rootDir src other tkhtml src pkgIndex.tcl] [file join
$installDir bin Tkhtml3.0]
+ copy_stuff [file join $rootDir src other tkhtml src pkgIndex.tcl] [file join
$installDir lib Tkhtml3.0]
}
@@ -350,10 +350,10 @@
puts $fd {package ifneeded Tktable 2.10 [list load [file join $dir
tktable.dll] Tktable]}
close $fd
- copy_stuff [file join $tktabledir pkgIndex.tcl] [file join $installDir bin
Tktable2.10]
- copy_stuff [file join $tktabledir library tkTable.tcl] [file join
$installDir bin Tktable2.10]
- copy_stuff [file join $tktabledir doc tkTable.html] [file join $installDir
bin Tktable2.10 html]
- copy_stuff [file join $tktabledir license.txt] [file join $installDir bin
Tktable2.10]
+ copy_stuff [file join $tktabledir pkgIndex.tcl] [file join $installDir lib
Tktable2.10]
+ copy_stuff [file join $tktabledir library tkTable.tcl] [file join
$installDir lib Tktable2.10]
+ copy_stuff [file join $tktabledir doc tkTable.html] [file join $installDir
lib Tktable2.10 html]
+ copy_stuff [file join $tktabledir license.txt] [file join $installDir lib
Tktable2.10]
}
Modified: brlcad/trunk/misc/win32-msvc8/tkhtml/tkhtml.vcproj
===================================================================
--- brlcad/trunk/misc/win32-msvc8/tkhtml/tkhtml.vcproj 2010-10-15 21:13:22 UTC
(rev 41007)
+++ brlcad/trunk/misc/win32-msvc8/tkhtml/tkhtml.vcproj 2010-10-15 21:13:38 UTC
(rev 41008)
@@ -117,7 +117,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall\bin\Tkhtml3.0
copy
"$(TargetDir)"tkhtml.lib
..\..\..\brlcadInstall\lib

"
+ CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall\lib\Tkhtml3.0
copy
"$(TargetDir)"tkhtml.lib
..\..\..\brlcadInstall\lib

"
/>
</Configuration>
<Configuration
@@ -221,7 +221,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall$(PlatformName)\bin\Tkhtml3.0
copy
"$(TargetDir)"tkhtml.lib
..\..\..\brlcadInstall$(PlatformName)\lib
"
+ CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall$(PlatformName)\lib\Tkhtml3.0
copy
"$(TargetDir)"tkhtml.lib
..\..\..\brlcadInstall$(PlatformName)\lib
"
/>
</Configuration>
</Configurations>
Modified: brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj
===================================================================
--- brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj 2010-10-15
21:13:22 UTC (rev 41007)
+++ brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj 2010-10-15
21:13:38 UTC (rev 41008)
@@ -117,7 +117,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall\bin\Tktable2.10
copy
"$(TargetDir)"tktable.lib
..\..\..\brlcadInstall\lib

"
+ CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall\lib\Tktable2.10
copy
"$(TargetDir)"tktable.lib
..\..\..\brlcadInstall\lib

"
/>
</Configuration>
<Configuration
@@ -221,7 +221,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall$(PlatformName)\bin\Tktable2.10
copy
"$(TargetDir)"tktable.lib
..\..\..\brlcadInstall$(PlatformName)\lib
"
+ CommandLine="copy "$(TargetPath)"
..\..\..\brlcadInstall$(PlatformName)\lib\Tktable2.10
copy
"$(TargetDir)"tktable.lib
..\..\..\brlcadInstall$(PlatformName)\lib
"
/>
</Configuration>
</Configurations>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits