Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wolf3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
wolf3d
Commits
ff5f6601
Commit
ff5f6601
authored
Feb 22, 2004
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed some unfinished code.
parent
b341107f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1073 deletions
+2
-1073
Makefile
src/Makefile
+2
-5
sd_mixer.c
src/sd_mixer.c
+0
-1068
No files found.
src/Makefile
View file @
ff5f6601
CC
=
gcc
#CC=/opt/intel/compiler60/ia32/bin/icc
CFLAGS
=
-g
-Wall
#CFLAGS = -g -O2 -Wall -pedantic
#
CFLAGS = -g -Wall
CFLAGS
=
-g
-O2
-Wall
#CFLAGS = -Wall -O6 -fomit-frame-pointer -ffast-math -funroll-loops -march=pentiumpro
#CFLAGS = -g -Wall -pedantic -std=gnu99
#CFLAGS = -Os -Wall -pedantic
...
...
@@ -26,9 +26,6 @@ OBJS += sd_null.o
#OBJS += sd_oss.o fmopl.o
#CFLAGS += -D_REENTRANT
#LDLIBS += -lpthread
# sound using SDL_mixer
#OBJS += sd_mixer.o fmopl.o
#LDLIBS += -lSDL_mixer
CFLAGS
+=
$(
shell
sdl-config
--cflags
)
...
...
src/sd_mixer.c
deleted
100644 → 0
View file @
b341107f
This diff is collapsed.
Click to expand it.
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