From cfd75de5e211ed6486c06875264abc4d4f014919 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 8 Nov 2001 21:51:13 +0000
Subject: [PATCH] Added OMF (Borland compatible) import library - js32omf.lib
 Must check-out src/mozilla tree to get this library (and the JS DLLs).

---
 src/sbbs3/Makefile.bor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/Makefile.bor b/src/sbbs3/Makefile.bor
index e044573125..c2d59ca668 100644
--- a/src/sbbs3/Makefile.bor
+++ b/src/sbbs3/Makefile.bor
@@ -44,7 +44,7 @@ EXEODIR	=	$(EXEODIR).release
 # JavaScript Support
 !ifdef JS
 CFLAGS	= 	$(CFLAGS) -DJAVASCRIPT -I../mozilla/js/src
-LIBS	=	js32.lib
+LIBS	=	..\mozilla\js\src\Release\js32omf.lib
 !endif
 
 # Cross platform/compiler definitions
-- 
GitLab