Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 99 for code/branches/network


Ignore:
Timestamp:
Oct 24, 2007, 8:34:10 PM (16 years ago)
Author:
anonymous
Message:

cleaning

Location:
code/branches/network
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/Makefile

    r96 r99  
    2929
    3030# The CMake executable.
    31 CMAKE_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake
     31CMAKE_COMMAND = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake
    3232
    3333# The command to remove a file.
    34 RM = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake -E remove -f
     34RM = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake -E remove -f
    3535
    3636# The program to use to edit the cache.
    37 CMAKE_EDIT_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/ccmake
     37CMAKE_EDIT_COMMAND = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/ccmake
    3838
    3939# The top-level source directory on which CMake was run.
     
    5252edit_cache:
    5353        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
    54         /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
     54        /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
    5555
    5656# Special rule for the target edit_cache
     
    6060rebuild_cache:
    6161        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
    62         /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
     62        /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
    6363
    6464# Special rule for the target rebuild_cache
Note: See TracChangeset for help on using the changeset viewer.