updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ptk / ptk1.98k-makefile.patch
blobdc6766233440ba48533080ec540771e728babe9f
1 *** makefile.linux 2009-09-27 21:51:12.000000000 +0200
2 --- makefile.linux 2009-07-05 15:31:20.000000000 +0200
3 ***************
4 *** 2,9 ****
5 src/extralibs/tinyxml/tinyxmlparser.o \
6 src/extralibs/tinyxml/tinystr.o \
7 src/extralibs/tinyxml/tinyxmlerror.o \
8 ! -lasound -lSDL -lsdldraw -lz
9 ! FLAGS = -O2 -ffast-math -fno-rtti -fno-exceptions -Lsrc/extralibs/sdl_draw -Lsrc/extralibs/zlib-1.2.3 \
10 -D __LINUX__ -D __GCC__ -D __NO_CODEC__ -D __LINUX_ALSASEQ__
11 EXEOBJS = ptk.o \
12 editor_303.o editor_pattern.o editor_sequencer.o editor_track.o editor_track_fx.o \
13 --- 2,9 ----
14 src/extralibs/tinyxml/tinyxmlparser.o \
15 src/extralibs/tinyxml/tinystr.o \
16 src/extralibs/tinyxml/tinyxmlerror.o \
17 ! -lasound -lSDL -lz -lsdldraw
18 ! FLAGS = -O2 -ffast-math -fno-rtti -fexceptions -Lsrc/extralibs/sdl_draw -Lsrc/extralibs/zlib-1.2.3 \
19 -D __LINUX__ -D __GCC__ -D __NO_CODEC__ -D __LINUX_ALSASEQ__
20 EXEOBJS = ptk.o \
21 editor_303.o editor_pattern.o editor_sequencer.o editor_track.o editor_track_fx.o \
22 ***************
23 *** 25,31 ****
24 -rm -f $(EXEOBJS)
26 protrekkr: $(EXEOBJS)
27 ! g++ -o ./release/distrib/ptk_linux -L./ $(FLAGS) $(EXEOBJS) $(LIBS)
28 strip -s -x ./release/distrib/ptk_linux
29 # -rm -f $(EXEOBJS)
31 --- 25,31 ----
32 -rm -f $(EXEOBJS)
34 protrekkr: $(EXEOBJS)
35 ! g++ -o ./release/distrib/ptk_linux -L./ $(FLAGS) $(EXEOBJS) SDL_draw.lib $(LIBS)
36 strip -s -x ./release/distrib/ptk_linux
37 # -rm -f $(EXEOBJS)