Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef CONFIG_USER_H
 | |
| #define CONFIG_USER_H
 | |
| 
 | |
| #include "../../../MS_sculpt_mobile/config.h"
 | |
| 
 | |
| // place overrides here
 | |
| 
 | |
| #endif
 |