diff options
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) |