diff options
author | musil <tmusil@users.sourceforge.net> | 2006-03-10 01:42:56 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-03-10 01:42:56 +0000 |
commit | 8ee3ef0b1d4be21dcf53e3ba2d505a8b80e1f790 (patch) | |
tree | 0c6598243206236a84ab5375448dd239b00e91f3 /src/makefile_win | |
parent | 5d703274d45d8bbf4d1d7a54e1eb8d5dd956f0ce (diff) |
good old makefiles
svn path=/trunk/externals/iem/iem_ambi/; revision=4677
Diffstat (limited to 'src/makefile_win')
-rw-r--r-- | src/makefile_win | 12 |
1 files changed, 6 insertions, 6 deletions
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) |