dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.35,1.36


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.35,1.36
Date: Mon, 21 Jul 2003 23:41:22 -0400

Update of /cvsroot/dotgnu-pnet/pnet/cscc
In directory subversions:/tmp/cvs-serv23959/cscc

Modified Files:
        cscc.c 
Log Message:


Move the cscc include directories from ${prefix}/lib to ${prefix}/share,
to be consistent with Debian guidelines.


Index: cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/cscc.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** cscc.c      3 Jul 2003 10:28:10 -0000       1.35
--- cscc.c      22 Jul 2003 03:41:20 -0000      1.36
***************
*** 49,55 ****
  #define       INCLUDE_PATH    \
                        "/usr/local/lib/cscc/lib:" \
!                       "/usr/local/lib/cscc/include:" \
                        "/usr/lib/cscc/lib:" \
!                       "/usr/lib/cscc/include"
  
  /*
--- 49,55 ----
  #define       INCLUDE_PATH    \
                        "/usr/local/lib/cscc/lib:" \
!                       "/usr/local/share/cscc/include:" \
                        "/usr/lib/cscc/lib:" \
!                       "/usr/share/cscc/include"
  
  /*
***************
*** 57,62 ****
   */
  #define       INCLUDE_CPP_PATH        \
!                       "/usr/local/lib/cscc/include/c++:" \
!                       "/usr/lib/cscc/include/c++"
  
  /*
--- 57,62 ----
   */
  #define       INCLUDE_CPP_PATH        \
!                       "/usr/local/share/cscc/include/c++:" \
!                       "/usr/share/cscc/include/c++"
  
  /*
***************
*** 422,426 ****
                                                         INCLUDE_PATH,
                                                         
ILGetStandardLibraryPath("cscc/lib"),
!                                                        
ILGetStandardLibraryPath("cscc/include"));
                }
        }
--- 422,426 ----
                                                         INCLUDE_PATH,
                                                         
ILGetStandardLibraryPath("cscc/lib"),
!                                                        
ILGetStandardDataPath("cscc/include"));
                }
        }
***************
*** 437,441 ****
                        CCAddPathStrings(&sys_cpp_include_dirs, 
&num_sys_cpp_include_dirs,
                                                         INCLUDE_CPP_PATH,
!                                                        
ILGetStandardLibraryPath("cscc/include/c++"), 0);
                }
        }
--- 437,441 ----
                        CCAddPathStrings(&sys_cpp_include_dirs, 
&num_sys_cpp_include_dirs,
                                                         INCLUDE_CPP_PATH,
!                                                        
ILGetStandardDataPath("cscc/include/c++"), 0);
                }
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]