From bec8f66ba4ec491f8a86f64f90752ba2b24e0f2a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 9 Feb 2006 18:33:35 +0100 Subject: [PATCH] Minor changes --- Makefile | 8 ++++---- README | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 99fa239..9cfa8ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=gcc-4.0 -LD=gcc-4.0 +CC=gcc-3.4 +LD=gcc-3.4 #CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 CFLAGS=-O0 -g -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 @@ -8,8 +8,8 @@ all: vorbiscut oggtest: LDFLAGS+=-logg vorbistest: LDFLAGS+=-lvorbisfile -logg -lvorbis #vorbiscut: LDFLAGS+=-L/opt/lib -static -lvorbisfile -dynamic -logg -lvorbis -lasound -lsndfile -vorbiscut: vorbiscut.o /tmp/libvorbis-1.0rc3/lib/.libs/libvorbisfile.a /tmp/libvorbis-1.0rc3/lib/.libs/libvorbis.a -vorbiscut: LDFLAGS+=-L/opt/lib -logg -lasound -lsndfile +vorbiscut: vorbiscut.o +vorbiscut: LDFLAGS+=-L/opt/lib -logg -lasound -lsndfile -lvorbisfile -lvorbis vorbiscut.o: CFLAGS+=-I/opt/include clean: diff --git a/README b/README index b6777b6..8a3463d 100644 --- a/README +++ b/README @@ -1 +1,2 @@ This is a completely unimportant file. +again playing... -- 2.39.2