From 91d5c77e0255a40921aa34a660dddf3cc14b7803 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 4 Dec 2019 10:20:08 +0100 Subject: [PATCH] Clean Makefile Signed-off-by: Simon Rozman --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 50c4c2c..c0caa43 100644 --- a/Makefile +++ b/Makefile @@ -225,8 +225,6 @@ UnregisterShortcuts :: attrib.exe +h $@ "$(OUTPUT_DIR)\catalog.xml" : \ -# "$(OUTPUT_DIR)\ZRColaDe32.msi" \ -# "$(OUTPUT_DIR)\ZRColaDe64.msi" \ "$(OUTPUT_DIR)\ZRColaEn32.msi" \ "$(OUTPUT_DIR)\ZRColaEn64.msi" \ "$(OUTPUT_DIR)\ZRColaRu32.msi" \ @@ -235,8 +233,6 @@ UnregisterShortcuts :: "$(OUTPUT_DIR)\ZRColaSl64.msi" -if exist $@ del /f /q $@ copy /y "$(PUBLISH_DIR)\catalog-0000.xml" "$(@:"=).tmp" > NUL -# "$(OUTPUT_DIR)\$(PLAT).Release\UpdPublish.exe" "$(@:"=).tmp" "$(@:"=).tmp" win-x86 de_DE "$(PUBLISH_PACKAGE_URL)/ZRColaDe32.msi" -f "$(OUTPUT_DIR)\ZRColaDe32.msi" -# "$(OUTPUT_DIR)\$(PLAT).Release\UpdPublish.exe" "$(@:"=).tmp" "$(@:"=).tmp" win-amd64 de_DE "$(PUBLISH_PACKAGE_URL)/ZRColaDe64.msi" -f "$(OUTPUT_DIR)\ZRColaDe64.msi" "$(OUTPUT_DIR)\$(PLAT).Release\UpdPublish.exe" "$(@:"=).tmp" "$(@:"=).tmp" win-x86 en_US "$(PUBLISH_PACKAGE_URL)/ZRColaEn32.msi" -f "$(OUTPUT_DIR)\ZRColaEn32.msi" "$(OUTPUT_DIR)\$(PLAT).Release\UpdPublish.exe" "$(@:"=).tmp" "$(@:"=).tmp" win-amd64 en_US "$(PUBLISH_PACKAGE_URL)/ZRColaEn64.msi" -f "$(OUTPUT_DIR)\ZRColaEn64.msi" "$(OUTPUT_DIR)\$(PLAT).Release\UpdPublish.exe" "$(@:"=).tmp" "$(@:"=).tmp" win-x86 ru_RU "$(PUBLISH_PACKAGE_URL)/ZRColaRu32.msi" -f "$(OUTPUT_DIR)\ZRColaRu32.msi" @@ -267,11 +263,6 @@ PLAT_SLN=x64 # Language Specific ###################################################################### -#LANG=de_DE -#LANG_BASE=de -#LANG_SUFFIX=De -#!INCLUDE "MakefileLang.mak" - LANG=en_US LANG_BASE=en LANG_SUFFIX=En