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
2b8e9afe
Commit
2b8e9afe
authored
Jul 30, 2007
by
deuce
Browse files
Add the SDLMain target.
parent
c25e2422
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/conio/GNUmakefile
src/conio/GNUmakefile
+11
-0
No files found.
src/conio/GNUmakefile
View file @
2b8e9afe
...
...
@@ -56,3 +56,14 @@ $(CIOLIB-MT_SHLIB_BUILD): $(MTOBJODIR)$(DIRSEP)console$(OFILE).dynamic $(MTOBJOD
endif
@
echo
Creating
$@
$(QUIET)$(MKSHLIB)
$(LDFLAGS)
$(OBJS)
$(SHLIBOPTS)
-o
$@
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