Revision 579d2ec7
Added by skyjake about 5 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- apps
- build
- libs
- core
- doomsday
- CMakeLists.txt (diff)
- libs
- ExtensionConfig.cmake
- importdeh
- CMakeLists.txt (diff)
- api
- importdeh.def
- res
- .gitignore
- importdeh.dll.manifest
- importdeh.rc
- resource.h
- src
- importidtech1
- CMakeLists.txt (diff)
- api
- importidtech1.def
- res
- .gitignore
- importidtech1.dll.manifest
- importidtech1.rc
- resource.h
- src
- importsave
- importudmf
- CMakeLists.txt (diff)
- api
- importudmf.def
- res
- .gitignore
- importudmf.rc
- resource.h
- src
- src
- gamekit
- gui
Load all plugins as extensions
All plugins are now using the extension mechanism.
libdoomsday registers an extension so it can provide APIs to its statically linked other extensions.
Removed unnecessary .def and .rc files.