Browse Source

Delete 'wxwabbitemu.patch'

Nathaniel van Diepen 3 years ago
parent
commit
346bfff2f4
1 changed files with 0 additions and 38 deletions
  1. 0 38
      wxwabbitemu.patch

+ 0 - 38
wxwabbitemu.patch

@@ -1,38 +0,0 @@
-From 624f6ae1fef88ba00bc87dc01fed2cb98b3109a8 Mon Sep 17 00:00:00 2001
-From: Nathaniel van Diepen <[email protected]>
-Date: Tue, 19 May 2020 14:12:51 -0600
-Subject: [PATCH] tmp
-
----
- Makefile    | 2 ++
- gui/gui.cpp | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 6a567b6..dace986 100644
---- a/Makefile
-+++ b/Makefile
-@@ -4,6 +4,8 @@
-
- PREFIX = $(DESTDIR)/usr/local
- BINDIR = $(PREFIX)/bin
-+CCFLAGS=-fPIC
-+CXXFLAGS=-fPIC
-
- .PHONY: all help install uninstall distclean distclean-real
-
-
-diff --git a/gui/gui.cpp b/gui/gui.cpp
-index 1fd819e..33982d6 100644
---- a/gui/gui.cpp
-+++ b/gui/gui.cpp
-@@ -498,7 +498,7 @@ WabbitemuFrame::WabbitemuFrame(LPCALC lpCalc) : wxFrame(NULL, wxID_ANY, wxT("Wab
- 	}
- 	
- 	#if (defined(__WXMSW__) && BIG_WINDOWS_ICON == 1)
--	wxBitmap bitmap(wxT(“wabbiticon.png”), wxBITMAP_TYPE_PNG);
-+	wxBitmap bitmap(wxT("wabbiticon.png"), wxBITMAP_TYPE_PNG);
- 	icon.CopyFromBitmap(bitmap);
- 	#else
- 	wxIcon icon = wxIcon(wxICON(wabbiticon));
-