Skip to content

Commit

Permalink
Back to trilliumemu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venugh authored and Venugh committed Nov 6, 2011
1 parent e6e0180 commit a2b2ed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (C) 2011 ArkCORE <http://www.arkania.net/> # Copyright (C) 2011 TrilliumEMU <http://www.arkania.net/>
# #
# This file is free software; as a special exception the author gives # This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without # unlimited permission to copy and/or distribute it, with or without
Expand All @@ -9,7 +9,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


# Set projectname (must be done AFTER setting configurationtypes) # Set projectname (must be done AFTER setting configurationtypes)
project(ArkCORE) project(TrilliumEMU)


# CMake policies (can not be handled elsewhere) # CMake policies (can not be handled elsewhere)
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)
Expand Down
8 changes: 4 additions & 4 deletions cmake/showoptions.cmake
@@ -1,4 +1,4 @@
# Copyright (C) 2011 ArkCORE <http://www.arkania.net/> # Copyright (C) 2011 TrilliumEMU <http://www.arkania.net/>
# #
# This file is free software; as a special exception the author gives # This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without # unlimited permission to copy and/or distribute it, with or without
Expand All @@ -10,10 +10,10 @@


# output generic information about the core and buildtype chosen # output generic information about the core and buildtype chosen
message("") message("")
message("* ArkCORE rev. hash : ${rev_hash}") message("* TrilliumEMU rev. hash : ${rev_hash}")
message("* ArkCORE rev. date : ${rev_date}") message("* TrilliumEMU rev. date : ${rev_date}")
if( UNIX ) if( UNIX )
message("* ArkCORE buildtype : ${CMAKE_BUILD_TYPE}") message("* TrilliumEMU buildtype : ${CMAKE_BUILD_TYPE}")
endif() endif()
message("") message("")


Expand Down

0 comments on commit a2b2ed8

Please sign in to comment.