Skip to content

Commit

Permalink
Changed all occurences of Rubyk to Lubyk (new name).
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Jan 27, 2011
1 parent 101639c commit 8249da2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ add_library(${target} MODULE ${MODULE_SOURCES})
set_target_properties(${target}
PROPERTIES OUTPUT_NAME ${target}
LINK_FLAGS ${PLAT_OBJ_FLAGS}
LIBRARY_OUTPUT_DIRECTORY ${RUBYK_SOURCE_DIR}/lib
LIBRARY_OUTPUT_DIRECTORY ${LUBYK_SOURCE_DIR}/lib
PREFIX ""
SUFFIX ".so"
)
Expand Down
2 changes: 1 addition & 1 deletion src/lua_glut.c
@@ -1,7 +1,7 @@
/*
==============================================================================
This file is part of the RUBYK project (http://rubyk.org)
This file is part of the LUBYK project (http://lubyk.org)
Copyright (c) 2007-2010 by Gaspard Bucher - Buma (http://teti.ch).
------------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions src/lua_glut.h
@@ -1,7 +1,7 @@
/*
==============================================================================
This file is part of the RUBYK project (http://rubyk.org)
This file is part of the LUBYK project (http://lubyk.org)
Copyright (c) 2007-2010 by Gaspard Bucher - Buma (http://teti.ch).
------------------------------------------------------------------------------
Expand Down Expand Up @@ -32,8 +32,8 @@
*/

#ifndef RUBYK_GL_GLUT_H_
#define RUBYK_GL_GLUT_H_
#ifndef LUBYK_GL_GLUT_H_
#define LUBYK_GL_GLUT_H_

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -64,4 +64,4 @@ LUAGLUT_API int luaopen_glut(lua_State *L);
}
#endif

#endif // RUBYK_GL_GLUT_H_
#endif // LUBYK_GL_GLUT_H_
2 changes: 1 addition & 1 deletion test/glut_test.lua
Expand Up @@ -6,7 +6,7 @@
...
--]]------------------------------------------------------
require 'rubyk'
require 'lubyk'
local should = test.Suite('glut (TODO)')
function should.load_glut()
Expand Down

0 comments on commit 8249da2

Please sign in to comment.