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.28,1.29


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.28,1.29
Date: Tue, 17 Dec 2002 01:57:43 -0500

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

Modified Files:
        cscc.c 
Log Message:


SearchPath: bug in previous check-in that caused it to reference the wrong path.


Index: cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/cscc.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** cscc.c      17 Dec 2002 05:36:05 -0000      1.28
--- cscc.c      17 Dec 2002 06:57:36 -0000      1.29
***************
*** 41,44 ****
--- 41,46 ----
  #endif
  
+ #ifndef IL_WIN32_NATIVE
+ 
  /*
   * The default system include path.  We look in "lib" first,
***************
*** 72,75 ****
--- 74,89 ----
                        "/usr/lib/cscc/plugins"
  
+ #else
+ 
+ /*
+  * Disable the Unix-like paths under native Win32.
+  */
+ #define       INCLUDE_PATH            0
+ #define       INCLUDE_CPP_PATH        0
+ #define       LIB_PATH                        0
+ #define       PLUGINS_PATH            0
+ 
+ #endif
+ 
  /*
   * File processing types.
***************
*** 603,607 ****
                        CCOutOfMemory();
                }
!               strncpy(temppath, path, len);
        #ifdef IL_WIN32_NATIVE
                temppath[len] = '\\';
--- 617,621 ----
                        CCOutOfMemory();
                }
!               strncpy(temppath, list[posn], len);
        #ifdef IL_WIN32_NATIVE
                temppath[len] = '\\';




reply via email to

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