mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-04-28 13:04:32 +00:00
Minor improvements in the project configuration
This commit is contained in:
parent
6e237576f0
commit
8ae505c775
9
.gitignore
vendored
9
.gitignore
vendored
@ -11,13 +11,19 @@ ELFIOTest/Debug
|
|||||||
ELFIOTest/Release
|
ELFIOTest/Release
|
||||||
ELFIOTest/ELFIOTest.vcxproj.user
|
ELFIOTest/ELFIOTest.vcxproj.user
|
||||||
ELFIOTest/ELFIOTest
|
ELFIOTest/ELFIOTest
|
||||||
|
ELFIOTest/ELFIOTest.exe
|
||||||
|
|
||||||
examples/ELFDump/Debug
|
examples/ELFDump/Debug
|
||||||
examples/anonymizer/anonymizer
|
examples/anonymizer/anonymizer
|
||||||
|
examples/anonymizer/anonymizer.exe
|
||||||
examples/elfdump/elfdump
|
examples/elfdump/elfdump
|
||||||
|
examples/elfdump/elfdump.exe
|
||||||
examples/tutorial/tutorial
|
examples/tutorial/tutorial
|
||||||
|
examples/tutorial/tutorial.exe
|
||||||
examples/write_obj/write_obj
|
examples/write_obj/write_obj
|
||||||
|
examples/write_obj/write_obj.exe
|
||||||
examples/writer/writer
|
examples/writer/writer
|
||||||
|
examples/writer/writer.exe
|
||||||
|
|
||||||
|
|
||||||
# generated elf files
|
# generated elf files
|
||||||
@ -32,6 +38,8 @@ elf_examples/write_exe_i386_32_w_addr
|
|||||||
elf_examples/write_exe_i386_32_wo_addr
|
elf_examples/write_exe_i386_32_wo_addr
|
||||||
elf_examples/write_exe_i386_32_section_added
|
elf_examples/write_exe_i386_32_section_added
|
||||||
elf_examples/ppc-32bit-testcopy*.elf
|
elf_examples/ppc-32bit-testcopy*.elf
|
||||||
|
elf_examples/null_section_inside_segment*
|
||||||
|
elf_examples/segment_containing_no_section*
|
||||||
|
|
||||||
# various unwanted files (backups, objects, cmake artifacts)
|
# various unwanted files (backups, objects, cmake artifacts)
|
||||||
*~
|
*~
|
||||||
@ -50,6 +58,7 @@ CMakeFiles
|
|||||||
.deps
|
.deps
|
||||||
config.status
|
config.status
|
||||||
ELFIOTest/runELFtests.trs
|
ELFIOTest/runELFtests.trs
|
||||||
|
test-driver
|
||||||
|
|
||||||
# eclipse project files
|
# eclipse project files
|
||||||
.settings
|
.settings
|
||||||
|
@ -25,6 +25,7 @@ script:
|
|||||||
- autoreconf -f -i
|
- autoreconf -f -i
|
||||||
- ./configure CXXFLAGS=--std=c++11
|
- ./configure CXXFLAGS=--std=c++11
|
||||||
- make
|
- make
|
||||||
- cd ELFIOTest; autoreconf -f -i
|
- cd ELFIOTest
|
||||||
- cd ELFIOTest; ./configure CXXFLAGS=--std=c++11
|
- autoreconf -f -i
|
||||||
- cd ELFIOTest; make check
|
- ./configure CXXFLAGS=--std=c++11
|
||||||
|
- make check
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([ELFIOTest],[3.4])
|
AC_INIT([ELFIOTest],[3.5])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user