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
8a55157a
Commit
8a55157a
authored
May 18, 2004
by
rswindell
Browse files
Added str_list module to those targets that use ini_file.
parent
3632eb3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sbbs3/Makefile
src/sbbs3/Makefile
+2
-2
No files found.
src/sbbs3/Makefile
View file @
8a55157a
...
...
@@ -108,7 +108,7 @@ $(SBBS): $(OBJS)
import32.lib
cw32mt.lib
ws2_32.lib
# Mail Server DLL Link Rule
$(MAILSRVR)
:
mailsrvr.c mxlookup.c mime.c base64.c md5.c crc32.c ini_file.c $(SBBSLIB)
$(MAILSRVR)
:
mailsrvr.c mxlookup.c mime.c base64.c md5.c crc32.c ini_file.c
str_list.c
$(SBBSLIB)
@echo
Creating
$@
$(QUIET)$(CC)
$(CFLAGS)
-WD
-WM
-lGi
-n$(LIBODIR)
\
-DMAILSRVR_EXPORTS
-DSMB_IMPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
...
...
@@ -126,7 +126,7 @@ $(WEBSRVR): wesrvr.c $(XPDEV)sockwrap.c base64.c
-DWEBSRVR_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
# Services DLL Link Rule
$(SERVICES)
:
services.c $(SBBSLIB) $(LIBODIR)
\i
ni_file.obj
$(SERVICES)
:
services.c $(SBBSLIB) $(LIBODIR)
\i
ni_file.obj
$(LIBODIR)
\s
tr_list.obj
@echo
Creating
$@
$(QUIET)$(CC)
$(CFLAGS)
-WD
-WM
-lGi
-n$(LIBODIR)
\
-DSERVICES_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
...
...
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