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

Added OMF (Borland compatible) import library - js32omf.lib

Must check-out src/mozilla tree to get this library (and the JS DLLs).
parent 87f4fb96
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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