diff options
| -rwxr-xr-x | win32/Makefile.mak | 6 | ||||
| -rwxr-xr-x | win32/Makefile.wmk | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/win32/Makefile.mak b/win32/Makefile.mak index 9623639..9c815cc 100755 --- a/win32/Makefile.mak +++ b/win32/Makefile.mak @@ -1,5 +1,5 @@ # $Id$
-# Copyright (c) 2007-2009 John Hurst. All rights reserved.
+# Copyright (c) 2007-2012 John Hurst. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -92,7 +92,6 @@ all: kmfilegen.exe kmrandgen.exe kmuuidgen.exe asdcp-test.exe \ asdcp-wrap.exe asdcp-unwrap.exe asdcp-info.exe \
blackwave.exe klvwalk.exe j2c-test.exe wavesplit.exe
-
clean:
erase *.exe *.lib *.obj *.ilk *.pdb *.idb
@@ -145,4 +144,5 @@ asdcp-info.exe: libasdcp.lib asdcp-info.obj j2c-test.exe: libasdcp.lib j2c-test.obj
$(LINK) $(LINKFLAGS) /OUT:j2c-test.exe $** Advapi32.lib
-@ end
\ No newline at end of file +
+# END Makefile
diff --git a/win32/Makefile.wmk b/win32/Makefile.wmk index 5674b8d..0973184 100755 --- a/win32/Makefile.wmk +++ b/win32/Makefile.wmk @@ -144,4 +144,5 @@ asdcp-info.exe: libasdcp.lib asdcp-info.obj j2c-test.exe: libasdcp.lib j2c-test.obj
$(LINK) $(LINKFLAGS) /OUT:j2c-test.exe $** Advapi32.lib
-# end
\ No newline at end of file +
+# END Makefile
|
