mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 13:43:42 +08:00
Add example configuration file
This commit is contained in:
parent
536beb0f1e
commit
36ea763e1d
@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = src doc
|
||||
SUBDIRS = src data doc
|
||||
|
||||
## We want these in the dist tarball
|
||||
EXTRA_DIST = autogen.sh \
|
||||
|
@ -59,7 +59,7 @@ AC_SUBST(LIBS)
|
||||
AC_SUBST(ac_aux_dir)
|
||||
|
||||
dnl Creating output file(s)
|
||||
AC_OUTPUT(Makefile src/Makefile doc/Makefile)
|
||||
AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile)
|
||||
|
||||
echo \
|
||||
"---------------------------------------------------------------------------
|
||||
|
11
data/Makefile.am
Normal file
11
data/Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
defconfdir=$(sysconfdir)/xdg/emu8051/default
|
||||
defconf_DATA = \
|
||||
emu8051.conf
|
||||
|
||||
EXTRA_DIST= \
|
||||
$(defconf_DATA)
|
||||
|
||||
CLEANFILES = *~
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
9
data/emu8051.conf
Normal file
9
data/emu8051.conf
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
[emulation]
|
||||
clear_ram_on_file_load=false
|
||||
|
||||
[ui]
|
||||
win_width=500
|
||||
win_height=300
|
||||
hpane_pos=100
|
||||
vpane_pos=200
|
Loading…
x
Reference in New Issue
Block a user