Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
0ca48dd9
Commit
0ca48dd9
authored
Nov 26, 2015
by
sbbs
Browse files
Projects that link userdat.c, now need SMBLIB too.
parent
65a68990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sbbs3/GNUmakefile
src/sbbs3/GNUmakefile
+2
-2
No files found.
src/sbbs3/GNUmakefile
View file @
0ca48dd9
...
...
@@ -187,7 +187,7 @@ $(ECHOCFG): $(ECHOCFG_OBJS)
# ADDFILES
$(ADDFILES)
:
$(ADDFILES_OBJS)
@
echo
Linking
$@
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(ADDFILES_OBJS)
$(XPDEV_LIBS)
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(ADDFILES_OBJS)
$(XPDEV_LIBS)
$(SMBLIB_LIBS)
# FILELIST
$(FILELIST)
:
$(FILELIST_OBJS)
...
...
@@ -197,7 +197,7 @@ $(FILELIST): $(FILELIST_OBJS)
# MAKEUSER
$(MAKEUSER)
:
$(MAKEUSER_OBJS)
@
echo
Linking
$@
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(MAKEUSER_OBJS)
$(XPDEV_LIBS)
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(MAKEUSER_OBJS)
$(XPDEV_LIBS)
$(SMBLIB_LIBS)
# JSDOOR
$(JSDOOR)
:
$(JSDOOR_OBJS) $(SBBS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment