Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334
  1. README file for command files for building SNFServer library and applications
  2. Copyright (c) 2009 ARM Research Laboratories
  3. This is the README file for building the SNFMulti library and
  4. SNFMultiTest application using the 64-bit MinGW toolchain.
  5. To build SNFMulti.dll
  6. 1) Run "compileSNFMultiDLL.cmd". This compiles the SNFMulti files
  7. for building a DLL. The object files are created in the current
  8. directory. The source files are in the ../SNFMulti and
  9. ../CodeDweller directories.
  10. 2) Run "buildSNFMultiDLL.cmd". This builds snfmulti.dll,
  11. libsnfmulti.a, and snfmulti.def. These are the same files built
  12. by Code::Blocks.
  13. 3) Run "installSNFMultiLibrary.cmd". This copies the output files into
  14. the ..\64bitDll directory.
  15. To build the import and export SNFMulti libraries for VS2008:
  16. 1) Run "buildVS2008SNFMultiImportLib.cmd". This reads snfmulti.def
  17. and creates vs2008_snfmulti.lib (the SNFMulti import library) and
  18. vs2008_snfmulti.exp (the SNFMulti export library).
  19. To build SNFMultiTest linked with SNFMulti.dll:
  20. 1) Run "buildSNFMultiTestDLL.cmd". This builds SNFMultiTest.exe,
  21. linking with SNFMulti.dll. Because SNFMulti.dll is in the current
  22. directory, SNFMultiTest.exe can be run from the command line
  23. without modifying the PATH variable.