Revision b6d46d6e
Added by skyjake about 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- config_macx.pri (diff)
- config_win32.pri (diff)
- dep_deng.pri (diff)
- engine
- api
- doomsday.def
- engine.pro (diff)
- api
- plugins
- server
qmake: No more exporting symbols out of the executable
Adjusted the build settings in the qmake project files so that no more
symbols are exported out of the executables. This has been a long-time
annoyance and a kludge that is now finally being removed. In the future,
exports will be handled manually in a way that allows plugins to work
with any executable (client or server).