You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adeniz 6ed3f181eb 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. 4 년 전
..
.tmp Renamed MinGW to MinGW-64, and updated readme to reflect this. 12 년 전
README 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. 4 년 전
buildSNFMultiDLL.cmd Using MinGW-W64 8.1.0 (posix-seh) compiled 32- and 64-bit SNFMulti/CodeDweller, 4 년 전
buildSNFMultiTestDLL.cmd Updated MinGW-32 and MinGW-64 for latest MinGW-W64 compiler 4 년 전
buildvs2008SNFMultiImportLib.cmd Renamed MinGW to MinGW-64, and updated readme to reflect this. 12 년 전
buildvs2019SNFMultiImportLib.cmd Updated MinGW-32 and MinGW-64 for latest MinGW-W64 compiler 4 년 전
compileSNFMultiDLL.cmd Using MinGW-W64 8.1.0 (posix-seh) compiled 32- and 64-bit SNFMulti/CodeDweller, 4 년 전
installSNFMultiLibrary.cmd Updated MinGW-32 and MinGW-64 for latest MinGW-W64 compiler 4 년 전
prescale.xml Updated MinGW-32 and MinGW-64 for latest MinGW-W64 compiler 4 년 전

README

README file for command files for building SNFServer library and applications


Copyright (c) 2009, 2020 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.

To build the import and export SNFMulti libraries for VS2019:

1) With the VS2019 command prompt, run "buildVS2019SNFMultiImportLib.cmd".
This reads snfmulti.def and creates vs2019_snfmulti.lib (the SNFMulti import
library) and vs2019_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.

To run SNFMultiTest:

1) Enter :SNFMultiTest" at the command line.