Skip to content
Snippets Groups Projects
Commit 1334b4a1 authored by rswindell's avatar rswindell
Browse files

Updated for new location of JavaScript import library (js32omf.lib).

parent 813182dd
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ EXEODIR = $(EXEODIR).release
# JavaScript Support
!ifdef JS
CFLAGS = $(CFLAGS) -DJAVASCRIPT -I../mozilla/js/src
LIBS = ..\mozilla\js\src\Debug\js32omf.lib
LIBS = ..\..\lib\mozilla\js\win32.debug\js32omf.lib
!endif
# Cross platform/compiler definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment