Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed build error.
  • Loading branch information
icculus committed Aug 30, 2002
1 parent 1c363d8 commit c158541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeos2.cmd
Expand Up @@ -107,7 +107,7 @@ gcc %CFLAGS% -o bin/os2.obj platform/os2.c
gcc %CFLAGS% -o bin/dir.obj archivers/dir.c
gcc %CFLAGS% -o bin/grp.obj archivers/grp.c
gcc %CFLAGS% -o bin/zip.obj archivers/zip.c
gcc %CFLAGS% -o bin/zip.obj archivers/qpak.c
gcc %CFLAGS% -o bin/qpak.obj archivers/qpak.c

gcc %CFLAGS% -o bin/adler32.obj zlib114/adler32.c
gcc %CFLAGS% -o bin/compress.obj zlib114/compress.c
Expand Down

0 comments on commit c158541

Please sign in to comment.