diff options
author | Martin Storsjo <martin@martin.st> | 2019-01-30 10:08:01 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-01-30 10:08:01 +0200 |
commit | 95858d7bd36f19bde4a9595e2bd68f195215b164 (patch) | |
tree | 55d4447baa70538ddbd22f6fcb4dbafafa8bfc8a | |
parent | f285813ec15e7c6f8e4839c9eb4f6b0cd2da1990 (diff) | |
download | fdk-aac-95858d7bd36f19bde4a9595e2bd68f195215b164.tar.gz fdk-aac-95858d7bd36f19bde4a9595e2bd68f195215b164.tar.bz2 fdk-aac-95858d7bd36f19bde4a9595e2bd68f195215b164.zip |
Remove an unused version declaration from Makefile.vc
-rw-r--r-- | Makefile.vc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.vc b/Makefile.vc index b37c483..a90b530 100644 --- a/Makefile.vc +++ b/Makefile.vc @@ -6,8 +6,6 @@ # Installing: nmake -f Makefile.vc prefix=\path\to\x install # -VERSION=0.1.5 - # Linker and librarian commands LD = link AR = lib |