mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Remove files which aren't in use anymore.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@379 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
aclocal
|
|
||||||
libtoolize --force --copy
|
|
||||||
autoheader
|
|
||||||
autoconf
|
|
||||||
automake --add-missing --copy --gnu
|
|
||||||
./configure $@
|
|
||||||
15
lib.bat
15
lib.bat
@@ -1,15 +0,0 @@
|
|||||||
@SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
|
|
||||||
@SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003
|
|
||||||
@SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
|
|
||||||
@SET FrameworkVersion=v1.1.4322
|
|
||||||
@SET FrameworkSDKDir=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
|
|
||||||
@set DevEnvDir=%VSINSTALLDIR%
|
|
||||||
|
|
||||||
@rem
|
|
||||||
@rem Root of Visual C++ installed files.
|
|
||||||
@rem
|
|
||||||
@set MSVCDir=%VCINSTALLDIR%\VC7
|
|
||||||
@set PATH=%DevEnvDir%;%MSVCDir%\BIN;%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;
|
|
||||||
@set INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;%INCLUDE%
|
|
||||||
@set LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease;%MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;%LIB%
|
|
||||||
"c:\Program files\Microsoft Visual Studio .NET 2003\vc7\bin\lib.exe" /machine:i386 /def:libssh.def
|
|
||||||
Reference in New Issue
Block a user