From 8ee3ef0b1d4be21dcf53e3ba2d505a8b80e1f790 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Mar 2006 01:42:56 +0000 Subject: good old makefiles svn path=/trunk/externals/iem/iem_ambi/; revision=4677 --- src/makefile_win | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/makefile_win') diff --git a/src/makefile_win b/src/makefile_win index 70a1bdb..4293ecf 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -21,12 +21,12 @@ PD_WIN_LIB = /NODEFAULTLIB:libc /NODEFAULTLIB:oldnames /NODEFAULTLIB:kernel /NOD SRC = ambi_decode.c \ - ambi_decode2.c \ - ambi_decode3.c \ - ambi_decode_cube.c \ - ambi_encode.c \ - ambi_rot.c \ - iem_ambi.c + ambi_decode2.c \ + ambi_decode3.c \ + ambi_decode_cube.c \ + ambi_encode.c \ + ambi_rot.c \ + iem_ambi.c OBJ = $(SRC:.c=.obj) -- cgit v1.2.1