Corretto meccanismo di compilazione (modificato anche patchdef.cpp)
git-svn-id: svn://10.65.10.50/trunk@5081 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									68b75fd8d4
								
							
						
					
					
						commit
						36ce7fc9fc
					
				@ -1,17 +1,17 @@
 | 
			
		||||
#define INCLDEF(file) !include file
 | 
			
		||||
#define IFDEF(name)  !ifdef name
 | 
			
		||||
#define IF(cond)  !if cond
 | 
			
		||||
#define ENDIF  !endif
 | 
			
		||||
#define ELSEIF  !else
 | 
			
		||||
#define INCLDEF(file) !!include file
 | 
			
		||||
#define IFDEF(name)  !!ifdef name
 | 
			
		||||
#define IF(cond)  !!if cond
 | 
			
		||||
#define ENDIF  !!endif
 | 
			
		||||
#define ELSEIF  !!else
 | 
			
		||||
 | 
			
		||||
#define DEFINE_FIELD(name) !define F_##name ;
 | 
			
		||||
#define DEFINE_FIELD(name) !!define F_##name ;
 | 
			
		||||
 | 
			
		||||
#define F_POS(name, row, col, prompt) !define X_##name row ;\
 | 
			
		||||
!define Y_##name col ;\
 | 
			
		||||
!define PR_##name prompt ;
 | 
			
		||||
#define F_POS(name, row, col, prompt) !!define X_##name row ;\
 | 
			
		||||
!!define Y_##name col ;\
 | 
			
		||||
!!define PR_##name prompt ;
 | 
			
		||||
 | 
			
		||||
#define F_FLG(name, flags) !define FL_##name flags ;
 | 
			
		||||
#define F_FLG(name, flags) !!define FL_##name flags ;
 | 
			
		||||
 | 
			
		||||
#define F_CHK(name, type) !define CH_##name type ;
 | 
			
		||||
#define F_CHK(name, type) !!define CH_##name type ;
 | 
			
		||||
INCLDEF("verig.h")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user