Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2008, 2:43:12 AM (17 years ago)
Author:
bknecht
Message:

some changes with the script. Made it singleton plus the files were moved into the core.

Location:
code/branches/script/cmake
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script/cmake/FindLua.cmake

    r998 r999  
    3232
    3333IF (NOT Lua_LIBRARIES)
    34 FIND_LIBRARY(Lua_LIBRARIES lua50 liblua
     34FIND_LIBRARY(Lua_LIBRARIES lua50 lua
    3535        /usr/lib
    3636        /usr/local/lib
    3737        /usr/pack/lua-5.0.3-sd/i686-debian-linux3.1/lib/)
    3838
    39 FIND_LIBRARY(Lua_LIBRARY lualib50 liblualib
     39FIND_LIBRARY(Lua_LIBRARY lualib50 lualib
    4040        /usr/lib
    4141        /usr/local/lib
Note: See TracChangeset for help on using the changeset viewer.