-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fyba-4.1.1 (rebuild with gcc-12.4.0)
- Loading branch information
Showing
4 changed files
with
80 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- origsrc/fyba-4.1.1/src/FYBA/Makefile.am 2024-12-20 10:41:53.024890800 +0900 | ||
+++ src/fyba-4.1.1/src/FYBA/Makefile.am 2024-12-20 10:48:33.596481200 +0900 | ||
@@ -1,9 +1,9 @@ | ||
-AM_CPPFLAGS = --pedantic -Wno-long-long -Wall -O2 -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -I../GM -I../UT | ||
+AM_CPPFLAGS = --pedantic -Wno-long-long -Wall -O2 -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -I$(top_srcdir)/src/GM -I$(top_srcdir)/src/UT | ||
ACLOCAL_AMFLAGS = -I m5 | ||
|
||
lib_LTLIBRARIES = libfyba.la | ||
libfyba_la_SOURCES = fyba.h Fyba_Callback.cpp FYBA_DLL.cpp FYHO.cpp FYLD.cpp FYLH.cpp fyln.cpp FYLP.cpp FYLS.cpp FYLX.cpp stdafx.cpp FYBA.cpp Fyba_melding.cpp FYLB.cpp FYLE.cpp FYLI.cpp FYLO.cpp FYLR.cpp FYLU.cpp FYTA.cpp fyba.h fyba_strings.h fybax.h stdafx.h | ||
-libfyba_la_LDFLAGS = -version-info 0:0:0 | ||
+libfyba_la_LDFLAGS = -no-undefined -version-info 0:0:0 | ||
libfyba_la_LIBADD = $(top_builddir)/src/UT/libfyut.la \ | ||
$(top_builddir)/src/GM/libfygm.la | ||
|
||
--- origsrc/fyba-4.1.1/src/FYBA/fyba.h 2014-09-22 14:36:49.000000000 +0900 | ||
+++ src/fyba-4.1.1/src/FYBA/fyba.h 2024-12-20 10:43:09.895699400 +0900 | ||
@@ -62,8 +62,10 @@ | ||
#else | ||
# define DllExport | ||
# define DLLImport | ||
+#if !defined(__cdecl) | ||
# define __cdecl | ||
#endif | ||
+#endif | ||
|
||
|
||
#ifndef SK_EntPnt_FYBA | ||
--- origsrc/fyba-4.1.1/src/GM/Makefile.am 2024-12-20 10:41:53.024890800 +0900 | ||
+++ src/fyba-4.1.1/src/GM/Makefile.am 2024-12-20 10:42:33.755060300 +0900 | ||
@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m5 | ||
|
||
lib_LTLIBRARIES = libfygm.la | ||
libfygm_la_SOURCES = fygm.h GM.cpp stdafx.cpp stdafx.h | ||
-libfygm_la_LDFLAGS = -version-info 0:0:0 | ||
+libfygm_la_LDFLAGS = -no-undefined -version-info 0:0:0 | ||
libfygm_la_LIBADD = $(top_builddir)/src/UT/libfyut.la | ||
|
||
library_includedir=$(includedir)/fyba | ||
--- origsrc/fyba-4.1.1/src/UT/Makefile.am 2014-09-22 14:36:49.000000000 +0900 | ||
+++ src/fyba-4.1.1/src/UT/Makefile.am 2024-12-20 10:42:48.896019100 +0900 | ||
@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m5 | ||
|
||
lib_LTLIBRARIES = libfyut.la | ||
libfyut_la_SOURCES = ANFORSEL.cpp DELDIR.cpp FILNACMP.cpp INQTID.cpp UT1.cpp UT4.cpp CopyFile.cpp DELFILE.cpp MAKEPATH.cpp stdafx.cpp UT2.cpp CREDIR.cpp DISKINFO.cpp INQSIZE.cpp SETSIZE.cpp StrtPros.cpp UT3.cpp fyut.h stdafx.h FULLPATH.cpp SPLITPTH.cpp | ||
-libfyut_la_LDFLAGS = -version-info 0:0:0 | ||
+libfyut_la_LDFLAGS = -no-undefined -version-info 0:0:0 | ||
|
||
library_includedir=$(includedir)/fyba | ||
library_include_HEADERS = fyut.h |