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

Fixed sbbs.lib dependency (prerequisite for jsexec.exe).

parent 1d93c1f5
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@ LIBS = ..\..\lib\mozilla\js\win32.debug\js32omf.lib
SBBSLIB = $(LIBODIR)\sbbs.lib
$(SBBSLIB): $(SBBS)
.path.c = .;$(XPDEV)
.path.cpp = .;$(XPDEV)
......@@ -238,7 +240,7 @@ $(MAKEUSER): makeuser.c \
# JSEXEC
$(JSEXEC): jsexec.c \
$(LIBS) \
$(LIBODIR)\sbbs.lib
$(SBBSLIB)
@echo Creating $@
@$(CC) $(CFLAGS) -n$(EXEODIR) $**
......
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