Browse Source

Renamed MinGW to MinGW-64, and updated readme to reflect this.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-SDK-WIN/trunk@16 7d91e7c8-5a61-404e-b06a-95855fde9112
master
adeniz 13 years ago
parent
commit
0fecc9abed

MinGW/.tmp → MinGW-64/.tmp View File


MinGW/README → MinGW-64/README View File


MinGW/buildSNFMultiDLL.cmd → MinGW-64/buildSNFMultiDLL.cmd View File


MinGW/buildSNFMultiTestDLL.cmd → MinGW-64/buildSNFMultiTestDLL.cmd View File


MinGW/buildvs2008SNFMultiImportLib.cmd → MinGW-64/buildvs2008SNFMultiImportLib.cmd View File


MinGW/compileSNFMultiDLL.cmd → MinGW-64/compileSNFMultiDLL.cmd View File


MinGW/installSNFMultiLibrary.cmd → MinGW-64/installSNFMultiLibrary.cmd View File


+ 18
- 14
readme View File

@@ -1,14 +1,17 @@
This is where the SNF SDK for Windows Package is kept.
Copyright (c) 2009 - 2010 ARM Research Laboratories
Copyright (c) 2009 - 2011 ARM Research Laboratories
The SNFMulti.dll file is built using MinGW-64, the 64-bit MinGW
toolchain. There are two ways for building SNFMulti.dll:
The 64-bit SNFMulti.dll file is built using MinGW-64, the 64-bit MinGW
toolchain. The 32-bit SNFMulti.dll file is built using MinGW, the
32-bit MinGW toolchain.
There are two ways for building SNFMulti.dll:
1) Use the Code::Blocks project (in the CodeBlocks directory).
2) Use the .CMD files from the DOS command line (in the MinGW
directory).
2) Use the .CMD files from the DOS command line (in the MinGW-64 or
MinGW-32 directory).
In addition to building SNFMulti.dll, the libSNFMulti.a and
libSNFmulti.def files are created.
@@ -16,8 +19,8 @@ libSNFmulti.def files are created.
There are also applications for linking with SNFMulti.dll:
1) The SNFMulti C++ test built with MinGW. This can be built with a
.CMD file in the MinGW directory, or a Code::Blocks project in the
CodeBlocks directory.
.CMD file in the MinGW-64 or MinGW-32 directory, or a Code::Blocks
project in the CodeBlocks directory.
2) The SNFMulti C++ test built with Visual Studio 2008. This can be
built with solution file
@@ -32,9 +35,9 @@ There are also applications for linking with SNFMulti.dll:
This package includes the following directories (each has a README
file with further information):
MinGW--Contains .CMD files for building 64-bit SNFMulti.dll and associated
files, and also the C++ application SNFMultiTest. It uses the
source files in the SNFMulti, CodeDweller, and SNFMultiTest
MinGW-64--Contains .CMD files for building 64-bit SNFMulti.dll and
associated files, and also the C++ application SNFMultiTest. It
uses the source files in the SNFMulti, CodeDweller, and SNFMultiTest
directories. These directories must be present.
MinGW-32--Contains .CMD files for building 32-bit SNFMulti.dll and associated
@@ -50,11 +53,12 @@ file with further information):
SNFMultiTest--Contains the source for the C++ test application
SNFMultiTest.
VS2008CSSample, VS2008VBSample, VS2008CPPSample--Contains the Visual Studio files
for building the C# and VB example applications, and the C++ test.
VS2008CSSample, VS2008VBSample, VS2008CPPSample--Contains the Visual
Studio files for building the C# and VB example applications, and
the C++ test.
To build the applications in the MinGW, CodeBlocks, and VS2008
directories:
To build the applications in the MinGW-64, MinGW-32, CodeBlocks, and
VS2008 directories:
1) Ensure that the SNFMultiTest, SNFMulti, and CodeDweller
directories are present.

Loading…
Cancel
Save