- DEFFILE needed for linking Netscape Blender plugin now points to local

version of npB3DPlg.def
This commit is contained in:
Frank van Beek 2003-01-05 17:58:46 +00:00
parent 42dcaf9add
commit e8b0922986

@ -589,7 +589,7 @@ endif
# Windows build needs a def file? Why? For exposing functions from the
# 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.
ifeq ($(OS),windows)