From 4d12001e10c3c7a1a97bf47428bdebfab54bac91 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 8 Jun 2014 00:48:01 +0200 Subject: Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not specified elsewhere. --- src/Main/Main.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main/Main.make') diff --git a/src/Main/Main.make b/src/Main/Main.make index 565ed400..a96b1181 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -64,7 +64,7 @@ RESOURCES += ../License.txt.h RESOURCES += ../Common/Language.xml.h ifndef TC_NO_GUI RESOURCES += ../Common/Textual_logo_96dpi.bmp.h -RESOURCES += ../Format/TrueCrypt_Wizard.bmp.h +RESOURCES += ../Format/VeraCrypt_Wizard.bmp.h RESOURCES += ../Mount/Drive_icon_96dpi.bmp.h RESOURCES += ../Mount/Drive_icon_mask_96dpi.bmp.h RESOURCES += ../Mount/Logo_96dpi.bmp.h @@ -131,7 +131,7 @@ else -ln -sf $(PWD)/Main/$(APPNAME) $(APPNAME).app/Contents/MacOS/$(APPNAME) endif - cp $(PWD)/Resources/Icons/TrueCrypt.icns $(APPNAME).app/Contents/Resources + cp $(PWD)/Resources/Icons/VeraCrypt.icns $(APPNAME).app/Contents/Resources echo -n APPLTRUE >$(APPNAME).app/Contents/PkgInfo sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist -- cgit v1.2.3