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
b8865269
Commit
b8865269
authored
Aug 17, 2013
by
deuce
Browse files
Add win32cio.c to Win32 builds using GNUmakefile
parent
ce193793
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/conio/GNUmakefile
src/conio/GNUmakefile
+3
-1
No files found.
src/conio/GNUmakefile
View file @
b8865269
...
...
@@ -4,7 +4,9 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS
+=
$
(
XPDEV-MT_CFLAGS
)
$
(
CIOLIB-MT_CFLAGS
)
ifneq
($(os),win32)
ifeq
($(os),win32)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
win32cio
$(OFILE)
else
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
curs_cio
$(OFILE)
endif
ifdef
NO_X
...
...
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