Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
adeniz 0fecc9abed Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
..
.tmp Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
README Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
buildSNFMultiDLL.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
buildSNFMultiTestDLL.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
buildvs2008SNFMultiImportLib.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
compileSNFMultiDLL.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans
installSNFMultiLibrary.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. il y a 13 ans

README

README file for command files for building SNFServer library and applications


Copyright (c) 2009 ARM Research Laboratories

This is the README file for building the SNFMulti library and
SNFMultiTest application using the 64-bit MinGW toolchain.

To build SNFMulti.dll

1) Run "compileSNFMultiDLL.cmd". This compiles the SNFMulti files
for building a DLL. The object files are created in the current
directory. The source files are in the ../SNFMulti and
../CodeDweller directories.

2) Run "buildSNFMultiDLL.cmd". This builds snfmulti.dll,
libsnfmulti.a, and snfmulti.def. These are the same files built
by Code::Blocks.

To build the import and export SNFMulti libraries for VS2008:

1) With the VS2008 command prompt, run "buildVS2008SNFMultiImportLib.cmd".
This reads snfmulti.def and creates vs2008_snfmulti.lib (the SNFMulti import
library) and vs2008_snfmulti.exp (the SNFMulti export library).

To copy to where the sample programs can find the files:

1) Run "installSNFMultiLibrary.cmd". This copies the output files into
the ..\64bitDll directory.

To build SNFMultiTest linked with SNFMulti.dll:

1) Run "buildSNFMultiTestDLL.cmd". This builds SNFMultiTest.exe,
linking with SNFMulti.dll. Because SNFMulti.dll is in the current
directory, SNFMultiTest.exe can be run from the command line
without modifying the PATH variable.