From ddb78008cc0b66e0d3f715690e5592fd094f402d Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Thu, 18 Jun 2020 02:11:31 -0500 Subject: [PATCH] Finish rename from Ziff to Rifen --- Makefile | 6 +++--- src/{Ziff.cpp => Rifen.cpp} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{Ziff.cpp => Rifen.cpp} (100%) diff --git a/Makefile b/Makefile index a3fc014..ec94eef 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ## architecture of Haiku. # The name of the binary. -NAME = Ziff +NAME = Rifen # The type of binary, must be one of: # APP: Application @@ -15,7 +15,7 @@ NAME = Ziff TYPE = APP # If you plan to use localization, specify the application's MIME signature. -APP_MIME_SIG = application/x-vnd.Ziff +APP_MIME_SIG = application/x-vnd.Rifen # The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are # so that Pe and Eddie can fill them in for you. @@ -32,7 +32,7 @@ SRCS = \ src/Channel.cpp, \ src/Fetch.cpp, \ src/Parse.cpp, \ - src/Ziff.cpp + src/Rifen.cpp # Specify the resource definition files to use. Full or relative paths can be # used. diff --git a/src/Ziff.cpp b/src/Rifen.cpp similarity index 100% rename from src/Ziff.cpp rename to src/Rifen.cpp