Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| *** noconfig.H	2007-08-26 23:06:23.000000000 +0900
 | |
| --- noconfig.H.lcc0603	2007-08-26 23:24:26.000000000 +0900
 | |
| ***************
 | |
| *** 15,21 ****
 | |
|    */
 | |
|   
 | |
|   /* Define target operating-system.  */
 | |
| ! #define SYSTEM              SYS_FREEBSD
 | |
|   
 | |
|   /* Define target compiler.          */
 | |
|   #ifndef COMPILER
 | |
| --- 15,21 ----
 | |
|    */
 | |
|   
 | |
|   /* Define target operating-system.  */
 | |
| ! #define SYSTEM              SYS_WIN32
 | |
|   
 | |
|   /* Define target compiler.          */
 | |
|   #ifndef COMPILER
 | |
| ***************
 | |
| *** 26,36 ****
 | |
|   #define HOST_SYSTEM         SYSTEM
 | |
|   
 | |
|   /* Define host compiler.            */
 | |
| ! #define HOST_COMPILER       GNUC
 | |
|   
 | |
|   /* Version message.                 */
 | |
|   /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
 | |
| ! #define VERSION_MSG         "GCC 3.4"
 | |
|   #if     0
 | |
|       "LCC-Win32 2006-03"
 | |
|       "Visual C 2005"
 | |
| --- 26,36 ----
 | |
|   #define HOST_SYSTEM         SYSTEM
 | |
|   
 | |
|   /* Define host compiler.            */
 | |
| ! #define HOST_COMPILER       LCC
 | |
|   
 | |
|   /* Version message.                 */
 | |
|   /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
 | |
| ! #define VERSION_MSG         "LCC-Win32 2006-03"
 | |
|   #if     0
 | |
|       "LCC-Win32 2006-03"
 | |
|       "Visual C 2005"
 |