Skip to content

Commit

Permalink
imported version 0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
jdratlif committed Aug 25, 2019
1 parent c5dc4e6 commit 9ef36d7
Show file tree
Hide file tree
Showing 12 changed files with 2,069 additions and 49 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SUBDIRS = source
EXTRA_DIST = apidocs docs/*.txt
EXTRA_DIST = apidocs docs/*.txt vc.net/dwsrame/dwsrame.sln \
vc.net/dwsrame/dwsrame.vcproj

.PHONY: allclean apidocs touch

Expand Down
6 changes: 4 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = source
EXTRA_DIST = apidocs docs/*.txt
EXTRA_DIST = apidocs docs/*.txt vc.net/dwsrame/dwsrame.sln \
vc.net/dwsrame/dwsrame.vcproj

all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down Expand Up @@ -353,7 +355,7 @@ distclean-tags:
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
$(mkdir_p) $(distdir)/docs
$(mkdir_p) $(distdir)/docs $(distdir)/vc.net/dwsrame
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for dwsrame 0.90.
# Generated by GNU Autoconf 2.59 for dwsrame 0.91.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='dwsrame'
PACKAGE_TARNAME='dwsrame'
PACKAGE_VERSION='0.90'
PACKAGE_STRING='dwsrame 0.90'
PACKAGE_VERSION='0.91'
PACKAGE_STRING='dwsrame 0.91'
PACKAGE_BUGREPORT='[email protected]'

ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os WINDOWS_TRUE WINDOWS_FALSE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WX_CONFIG_PATH WX_CPPFLAGS WX_CFLAGS WX_CXXFLAGS WX_CFLAGS_ONLY WX_CXXFLAGS_ONLY WX_LIBS WX_LIBS_STATIC WX_VERSION WX_INCLUDES LIBOBJS LTLIBOBJS'
Expand Down Expand Up @@ -738,7 +738,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures dwsrame 0.90 to adapt to many kinds of systems.
\`configure' configures dwsrame 0.91 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -804,7 +804,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of dwsrame 0.90:";;
short | recursive ) echo "Configuration of dwsrame 0.91:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -930,7 +930,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
dwsrame configure 0.90
dwsrame configure 0.91
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -944,7 +944,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dwsrame $as_me 0.90, which was
It was created by dwsrame $as_me 0.91, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1593,7 +1593,7 @@ fi
# Define the identity of the package.
PACKAGE='dwsrame'
VERSION='0.90'
VERSION='0.91'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3262,7 +3262,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by dwsrame $as_me 0.90, which was
This file was extended by dwsrame $as_me 0.91, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3325,7 +3325,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
dwsrame config.status 0.90
dwsrame config.status 0.91
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Initialize autoconf
AC_INIT([dwsrame], [0.90], [[email protected]])
AC_INIT([dwsrame], [0.91], [[email protected]])

dnl require autoconf >= 2.59
AC_PREREQ([2.59])
Expand Down
8 changes: 7 additions & 1 deletion docs/dwsrame.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
| dwsrame 0.90 - The Dragon Warrior (NES) SRAM Editor
| dwsrame 0.91 - The Dragon Warrior (NES) SRAM Editor
| Copyright (C) 2006-2007 emuWorks (http://games.technoplaza.net/)
| by John Ratliff <webmaster [AT] technoplaza [DOT] net>
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -86,6 +86,12 @@
| 5.0 Release History
--------------------------------------------------------------------------------

Version 0.91 - Sunday, February 18, 2007
- Fixed minor bugs that cause assertion errors.
- Fixed minor typos that prevented unicode compilation.
- Added Microsoft Visual Studio 2005 projects.
- Recompiled Windows binary with VC++ for better efficiency.

Version 0.90 - Friday, February 2, 2007
- Added Drag N Drop support
- Added Readme
Expand Down
3 changes: 1 addition & 2 deletions source/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ dwsrame_SOURCES = dwsrame.cc dwsrame.hh \
exception/invalidsramfileexception.cc \
exception/invalidsramfileexception.hh \
model/sramfile.cc model/sramfile.hh \
res/dwsrame.cc \
view/mainframe.cc view/mainframe.hh \
view/sramfiletarget.cc view/sramfiletarget.hh

nodist_dwsrame_SOURCES = res/dwsrame.cc

if WINDOWS
dwsrame_SOURCES += res/windows.rc
endif
Expand Down
37 changes: 19 additions & 18 deletions source/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,17 @@ PROGRAMS = $(bin_PROGRAMS)
am__dwsrame_SOURCES_DIST = dwsrame.cc dwsrame.hh \
exception/invalidsramfileexception.cc \
exception/invalidsramfileexception.hh model/sramfile.cc \
model/sramfile.hh view/mainframe.cc view/mainframe.hh \
view/sramfiletarget.cc view/sramfiletarget.hh res/windows.rc
model/sramfile.hh res/dwsrame.cc view/mainframe.cc \
view/mainframe.hh view/sramfiletarget.cc \
view/sramfiletarget.hh res/windows.rc
am__dirstamp = $(am__leading_dot)dirstamp
@WINDOWS_TRUE@am__objects_1 = res/windows.$(OBJEXT)
am_dwsrame_OBJECTS = dwsrame.$(OBJEXT) \
exception/invalidsramfileexception.$(OBJEXT) \
model/sramfile.$(OBJEXT) view/mainframe.$(OBJEXT) \
view/sramfiletarget.$(OBJEXT) $(am__objects_1)
nodist_dwsrame_OBJECTS = res/dwsrame.$(OBJEXT)
dwsrame_OBJECTS = $(am_dwsrame_OBJECTS) $(nodist_dwsrame_OBJECTS)
model/sramfile.$(OBJEXT) res/dwsrame.$(OBJEXT) \
view/mainframe.$(OBJEXT) view/sramfiletarget.$(OBJEXT) \
$(am__objects_1)
dwsrame_OBJECTS = $(am_dwsrame_OBJECTS)
dwsrame_LDADD = $(LDADD)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
Expand All @@ -76,7 +77,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(dwsrame_SOURCES) $(nodist_dwsrame_SOURCES)
SOURCES = $(dwsrame_SOURCES)
DIST_SOURCES = $(am__dwsrame_SOURCES_DIST)
ETAGS = etags
CTAGS = ctags
Expand Down Expand Up @@ -178,9 +179,9 @@ EXTRA_DIST = res/icon32x32.ico res/icon32x32.xpm res/Info.plist \
dwsrame_SOURCES = dwsrame.cc dwsrame.hh \
exception/invalidsramfileexception.cc \
exception/invalidsramfileexception.hh model/sramfile.cc \
model/sramfile.hh view/mainframe.cc view/mainframe.hh \
view/sramfiletarget.cc view/sramfiletarget.hh $(am__append_1)
nodist_dwsrame_SOURCES = res/dwsrame.cc
model/sramfile.hh res/dwsrame.cc view/mainframe.cc \
view/mainframe.hh view/sramfiletarget.cc \
view/sramfiletarget.hh $(am__append_1)
all: all-am

.SUFFIXES:
Expand Down Expand Up @@ -253,6 +254,14 @@ model/$(DEPDIR)/$(am__dirstamp):
@: > model/$(DEPDIR)/$(am__dirstamp)
model/sramfile.$(OBJEXT): model/$(am__dirstamp) \
model/$(DEPDIR)/$(am__dirstamp)
res/$(am__dirstamp):
@$(mkdir_p) res
@: > res/$(am__dirstamp)
res/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) res/$(DEPDIR)
@: > res/$(DEPDIR)/$(am__dirstamp)
res/dwsrame.$(OBJEXT): res/$(am__dirstamp) \
res/$(DEPDIR)/$(am__dirstamp)
view/$(am__dirstamp):
@$(mkdir_p) view
@: > view/$(am__dirstamp)
Expand All @@ -263,16 +272,8 @@ view/mainframe.$(OBJEXT): view/$(am__dirstamp) \
view/$(DEPDIR)/$(am__dirstamp)
view/sramfiletarget.$(OBJEXT): view/$(am__dirstamp) \
view/$(DEPDIR)/$(am__dirstamp)
res/$(am__dirstamp):
@$(mkdir_p) res
@: > res/$(am__dirstamp)
res/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) res/$(DEPDIR)
@: > res/$(DEPDIR)/$(am__dirstamp)
res/windows.$(OBJEXT): res/$(am__dirstamp) \
res/$(DEPDIR)/$(am__dirstamp)
res/dwsrame.$(OBJEXT): res/$(am__dirstamp) \
res/$(DEPDIR)/$(am__dirstamp)
dwsrame$(EXEEXT): $(dwsrame_OBJECTS) $(dwsrame_DEPENDENCIES)
@rm -f dwsrame$(EXEEXT)
$(CXXLINK) $(dwsrame_LDFLAGS) $(dwsrame_OBJECTS) $(dwsrame_LDADD) $(LIBS)
Expand Down
8 changes: 4 additions & 4 deletions source/res/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<string>????</string>

<key>CFBundleVersion</key>
<string>0.90</string>
<string>0.91</string>

<key>CFBundleShortVersionString</key>
<string>0.90</string>
<string>0.91</string>

<key>CFBundleGetInfoString</key>
<string>dwsrame 0.90, (C) 2006-2007 emuWorks</string>
<string>dwsrame 0.91, (C) 2006-2007 emuWorks</string>

<key>CFBundleLongVersionString</key>
<string>0.90, (C) 2006-2007 emuWorks</string>
<string>0.91, (C) 2006-2007 emuWorks</string>

<key>NSHumanReadableCopyright</key>
<string>Copyright 2006-2007 emuWorks</string>
Expand Down
Loading

0 comments on commit 9ef36d7

Please sign in to comment.