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
aa27e580
Commit
aa27e580
authored
Jul 21, 2003
by
rswindell
Browse files
Added ini_file.obj to services build rule.
parent
104d98d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/sbbs3/GNUmakefile
src/sbbs3/GNUmakefile
+1
-1
src/sbbs3/Makefile
src/sbbs3/Makefile
+1
-1
src/sbbs3/services.dsp
src/sbbs3/services.dsp
+4
-0
No files found.
src/sbbs3/GNUmakefile
View file @
aa27e580
...
@@ -223,7 +223,7 @@ FTP_OBJS = $(LIBODIR)/ftpsrvr.o
...
@@ -223,7 +223,7 @@ FTP_OBJS = $(LIBODIR)/ftpsrvr.o
MAIL_OBJS
=
$(LIBODIR)
/mailsrvr.o
$(LIBODIR)
/mxlookup.o
\
MAIL_OBJS
=
$(LIBODIR)
/mailsrvr.o
$(LIBODIR)
/mxlookup.o
\
$(LIBODIR)
/mime.o
$(LIBODIR)
/base64.o
$(LIBODIR)
/mime.o
$(LIBODIR)
/base64.o
WEB_OBJS
=
$(LIBODIR)
/websrvr.o
$(LIBODIR)
/sockwrap.o
$(LIBODIR)
/base64.o
WEB_OBJS
=
$(LIBODIR)
/websrvr.o
$(LIBODIR)
/sockwrap.o
$(LIBODIR)
/base64.o
SERVICE_OBJS
=
$(LIBODIR)
/services.o
SERVICE_OBJS
=
$(LIBODIR)
/services.o
$(LIBODIR)
/ini_file.o
MONO_OBJS
=
$(CON_OBJS)
$(FTP_OBJS)
$(WEB_OBJS)
\
MONO_OBJS
=
$(CON_OBJS)
$(FTP_OBJS)
$(WEB_OBJS)
\
$(MAIL_OBJS)
$(SERVICE_OBJS)
$(MAIL_OBJS)
$(SERVICE_OBJS)
...
...
src/sbbs3/Makefile
View file @
aa27e580
...
@@ -121,7 +121,7 @@ $(WEBSRVR): wesrvr.c $(XPDEV)sockwrap.c base64.c
...
@@ -121,7 +121,7 @@ $(WEBSRVR): wesrvr.c $(XPDEV)sockwrap.c base64.c
-DWEBSRVR_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
-DWEBSRVR_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
# Services DLL Link Rule
# Services DLL Link Rule
$(SERVICES)
:
services.c $(SBBSLIB)
$(SERVICES)
:
services.c $(SBBSLIB)
$(LIBODIR)
\i
ni_file.obj
@echo
Creating
$@
@echo
Creating
$@
@$(CC)
$(CFLAGS)
-WD
-WM
-lGi
-n$(LIBODIR)
\
@$(CC)
$(CFLAGS)
-WD
-WM
-lGi
-n$(LIBODIR)
\
-DSERVICES_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
-DSERVICES_EXPORTS
-DWRAPPER_IMPORTS
$**
$(LIBS)
...
...
src/sbbs3/services.dsp
View file @
aa27e580
...
@@ -90,6 +90,10 @@ LINK32=link.exe
...
@@ -90,6 +90,10 @@ LINK32=link.exe
# Name "services - Win32 Debug"
# Name "services - Win32 Debug"
# Begin Source File
# Begin Source File
SOURCE=..\xpdev\ini_file.c
# End Source File
# Begin Source File
SOURCE=.\services.c
SOURCE=.\services.c
# End Source File
# End Source File
# End Target
# End Target
...
...
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