[571679] with visual studio build tools 2019, do not need to specify atls.lib (atlsd.lib) and headers in CMakeLists.txt

See "https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-change-history-2003-2015?redirectedfrom=MSDN&view=msvc-160#mfc-and-atl" for atls library change. The webpages of 4diac for opc DA compilation are updated as well.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=571679

Change-Id: I72364a2fae1e870b744fc5c4dc7d739622834aa8
Signed-off-by: xzhaoybk <zhaoxin@hitrobotgroup.com>
1 file changed
tree: 28ec31cfba829170fc6c5250fe21d8f922b27fce
  1. .settings/
  2. .tito/
  3. buildsupport/
  4. doc/
  5. docker/
  6. src/
  7. systemd/
  8. systemtests/
  9. tests/
  10. .cproject
  11. .gitignore
  12. .gitreview
  13. .project
  14. 4diac-forte.spec
  15. about.html
  16. CMakeLists.txt
  17. Doxyfile
  18. epl-2.0.html
  19. forte_config.h.in
  20. fortestyle.xml
  21. notice.html
  22. README.md
  23. setup_digime74.sh
  24. setup_lmsEv3.sh
  25. setup_phycoreat91.sh
  26. setup_plcnext.sh
  27. setup_posix-ppc.sh
  28. setup_posix.sh
README.md

Building 4DIAC Forte

Standard POSIX build

./setup_posix.sh
cd bin/posix
make

Resetting CMake files

In case you ran CMake with invalid options it might help to reset the CMake state by deleting CMake intermediate files:

rm -Rf CMakeCache.txt CMakeFiles/

Building a local RPM

For building local RPMs you can use (tito)[https://github.com/dgoodwin/tito]

tito build --test --rpm