- DEFFILE needed for linking Netscape Blender plugin now points to local
version of npB3DPlg.def
This commit is contained in:
@@ -589,7 +589,7 @@ endif
|
|||||||
|
|
||||||
# Windows build needs a def file? Why? For exposing functions from the
|
# Windows build needs a def file? Why? For exposing functions from the
|
||||||
# dll to the outside world. However, this is alsi done internally..
|
# dll to the outside world. However, this is alsi done internally..
|
||||||
DEFFILE = \\\\server\\nzc\\develop\\source\\gameengine\\GamePlayer\\netscape\\src\\npB3DPlg.def
|
DEFFILE = ./gameengine/GamePlayer/netscape/src/npB3DPlg.def
|
||||||
|
|
||||||
# Windows needs a specific name format for dll.s so we give it one.
|
# Windows needs a specific name format for dll.s so we give it one.
|
||||||
ifeq ($(OS),windows)
|
ifeq ($(OS),windows)
|
||||||
|
Reference in New Issue
Block a user