mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-18 21:26:12 +00:00
Fixed: Avoid warnings of conflicts between Debug and Release DLLs
This commit is contained in:
parent
2480601477
commit
b0fb46f429
4 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
LIBRARY nel_drv_direct3d_win_r
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
NL3D_createIDriverInstance
|
NL3D_createIDriverInstance
|
||||||
NL3D_interfaceVersion
|
NL3D_interfaceVersion
|
|
@ -1,4 +1,3 @@
|
||||||
LIBRARY nel_drv_opengl_win_r
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
NL3D_createIDriverInstance
|
NL3D_createIDriverInstance
|
||||||
NL3D_interfaceVersion
|
NL3D_interfaceVersion
|
|
@ -1,4 +1,3 @@
|
||||||
LIBRARY nel_drv_openal_win_r
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
NLSOUND_createISoundDriverInstance
|
NLSOUND_createISoundDriverInstance
|
||||||
NLSOUND_interfaceVersion
|
NLSOUND_interfaceVersion
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
LIBRARY nel_drv_xaudio2_win_r
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
NLSOUND_createISoundDriverInstance
|
NLSOUND_createISoundDriverInstance
|
||||||
NLSOUND_interfaceVersion
|
NLSOUND_interfaceVersion
|
||||||
|
|
Loading…
Reference in a new issue