Make FCHost compile on Linux/X11
Linux handlers and main() were copied from the cefsimple test app, persistent storage implementation rewritten using cstdio and std::filesystem to make it cross-platform.
parent
2d99feab
No related branches found
No related tags found
Showing
- FCHost/CMakeLists.txt 4 additions, 1 deletionFCHost/CMakeLists.txt
- FCHost/fchost/fchost_app.cc 40 additions, 10 deletionsFCHost/fchost/fchost_app.cc
- FCHost/fchost/fchost_handler.cc 6 additions, 0 deletionsFCHost/fchost/fchost_handler.cc
- FCHost/fchost/fchost_handler.h 6 additions, 1 deletionFCHost/fchost/fchost_handler.h
- FCHost/fchost/fchost_handler_linux.cc 266 additions, 0 deletionsFCHost/fchost/fchost_handler_linux.cc
- FCHost/fchost/fchost_handler_win.cc 7 additions, 0 deletionsFCHost/fchost/fchost_handler_win.cc
- FCHost/fchost/fchost_linux.cc 103 additions, 0 deletionsFCHost/fchost/fchost_linux.cc
- FCHost/fchost/fchost_storage.cc 66 additions, 63 deletionsFCHost/fchost/fchost_storage.cc
- FCHost/fchost/fchost_storage.h 6 additions, 3 deletionsFCHost/fchost/fchost_storage.h
FCHost/fchost/fchost_handler_linux.cc
0 → 100644
FCHost/fchost/fchost_linux.cc
0 → 100644
Please register or sign in to comment