Skip to content

Commit

Permalink
Make VS2010 default. Archive VS2005 project files. Archive Borland pr…
Browse files Browse the repository at this point in the history
…oject files

VS2005 project files are available in vs2005.zip
Borland 10 project files are available in bds10.zip
  • Loading branch information
noloader committed Sep 10, 2016
1 parent b8adfde commit 4414b86
Show file tree
Hide file tree
Showing 23 changed files with 5,819 additions and 15,272 deletions.
22 changes: 11 additions & 11 deletions Filelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ base64.h
basecode.cpp
basecode.h
bench.h
bds10.zip
bench1.cpp
bench2.cpp
bfinit.cpp
Expand Down Expand Up @@ -52,21 +53,19 @@ cpu.cpp
cpu.h
crc.cpp
crc.h
cryptdll.vcproj
cryptdll.vcxproj
cryptdll.vcxproj.filters
cryptest.sh
cryptest.sln
cryptest.vcproj
cryptest.vcxproj
cryptest.vcxproj.user
cryptest.vcxproj.filters
cryptest.nmake
cryptest_bds.bdsgroup
cryptest_bds.bdsproj
cryptest_bds.bpf
cryptlib.cpp
cryptlib.h
cryptlib.vcproj
cryptlib_bds.bdsproj
cryptlib_bds.cpp
cryptlib.vcxproj
cryptlib.vcxproj.filters
cryptopp.rc
cryptopp563.diff
datatest.cpp
default.cpp
default.h
Expand All @@ -80,7 +79,8 @@ dh2.h
dll.cpp
dll.h
dlltest.cpp
dlltest.vcproj
dlltest.vcxproj
dlltest.vcxproj.filters
dmac.h
dsa.cpp
dsa.h
Expand Down Expand Up @@ -281,7 +281,7 @@ validate.h
vmac.cpp
vmac.h
vc60.zip
vs2010.zip
vs2005.zip
wait.cpp
wait.h
wake.cpp
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ dlltest.exe: cryptopp.dll $(DLLTESTOBJS)
$(CXX) -o $@ $(CXXFLAGS) $(DLLTESTOBJS) -L. -lcryptopp.dll $(LDFLAGS) $(LDLIBS)

# This recipe prepares the distro files
TEXT_FILES := *.h *.cpp adhoc.cpp.proto License.txt Readme.txt Install.txt Filelist.txt CMakeLists.txt config.recommend Doxyfile cryptest* cryptlib* dlltest* cryptdll* *.sln *.vcproj cryptopp.rc TestVectors/*.txt TestData/*.dat
TEXT_FILES := *.h *.cpp adhoc.cpp.proto License.txt Readme.txt Install.txt Filelist.txt CMakeLists.txt config.recommend Doxyfile cryptest* cryptlib* dlltest* cryptdll* *.sln *.vcxproj cryptopp.rc TestVectors/*.txt TestData/*.dat
EXEC_FILES := GNUmakefile GNUmakefile-cross TestData/ TestVectors/

ifeq ($(wildcard Filelist.txt),Filelist.txt)
Expand Down
Binary file added bds10.zip
Binary file not shown.
Loading

0 comments on commit 4414b86

Please sign in to comment.