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
05d763de
Commit
05d763de
authored
Jul 30, 2007
by
deuce
Browse files
ciolib doesn't support a non-threaded build.
parent
2b8e9afe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/conio/GNUmakefile
src/conio/GNUmakefile
+1
-6
No files found.
src/conio/GNUmakefile
View file @
05d763de
...
...
@@ -19,8 +19,7 @@ else
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
sdl_con
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
sdlfuncs
$(OFILE)
ifeq
($(os),darwin)
MTOBJS
+=
$(MTOBJODIR)$(DIRSEP)
SDLMain
$(OFILE)
OBJS
+=
$(OBJODIR)$(DIRSEP)
SDLMain
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
SDLMain
$(OFILE)
endif
endif
endif
...
...
@@ -61,9 +60,5 @@ ifeq ($(os),darwin)
$(MTOBJODIR)$(DIRSEP)SDLMain$(OFILE)
:
SDLMain.m
@
echo
$(COMPILE_MSG)
$<
$(QUIET)$(CC)
$(MT_CFLAGS)
$(CCFLAGS)
-o
$@
-c
$<
$(OBJODIR)$(DIRSEP)SDLMain$(OFILE)
:
SDLMain.m
@
echo
$(COMPILE_MSG)
$<
$(QUIET)$(CC)
$(CFLAGS)
$(CCFLAGS)
-o
$@
-c
$<
endif
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