Skip to content

Commit

Permalink
* Remove autotools build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 12, 2018
1 parent 1ba9d54 commit 128d6af
Show file tree
Hide file tree
Showing 40 changed files with 12 additions and 1,829 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
os: linux

dist: trusty

language: c

compiler:
- clang
- gcc
Expand All @@ -8,13 +13,16 @@ addons:
sources:
- ubuntu-sdk-team
packages:
- autoconf-archive
- intltool
- libavformat-dev
- libavcodec-dev
- libavutil-dev
- libgtk-3-dev
- libsdl2-dev
- libxtst-dev
- libxml2-utils

script:
- ./autogen.sh
- mkdir build && cd build
- cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib'
- make -j1
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(pcsxr)

set(PCSXR_VERSION_MAJOR "1")
set(PCSXR_VERSION_MINOR "9")
set(PCSXR_VERSION_PATCH "95")
set(PCSXR_VERSION_PATCH "94")
add_definitions(-DPACKAGE_VERSION="${PCSXR_VERSION_MAJOR}.${PCSXR_VERSION_MINOR}.${PCSXR_VERSION_PATCH}")
add_definitions(-DPACKAGE_NAME="PCSXr")
add_definitions(-DPACKAGE_STRING="PCSXr ${PCSXR_VERSION_MAJOR}.${PCSXR_VERSION_MINOR}.${PCSXR_VERSION_PATCH}")
Expand Down Expand Up @@ -46,7 +46,6 @@ if (BUILD_SIO1)
endif()

#components
add_subdirectory(po)
add_subdirectory(libpcsxcore)
add_subdirectory(gui)
add_subdirectory(plugins)
Expand Down
Loading

0 comments on commit 128d6af

Please sign in to comment.