35 lines
		
	
	
		
			716 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			716 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # These defines are for historical (histerical) usage and should not be
 | |
| # changed for future versions.
 | |
| #
 | |
| # WINNT_VER40 means 4.0 and up
 | |
| #
 | |
| # for new code, _WIN32_WINNT value should be used instead
 | |
| #
 | |
| #  DONT CHANGE THESE
 | |
| #
 | |
| 
 | |
| DEST_OS = 5.0
 | |
| WINNT_VER = /DWINNT_VER40
 | |
| NTVERSION = 500
 | |
| 
 | |
| 
 | |
| TARGETNAME=cl546x
 | |
| TARGETPATH=obj
 | |
| TARGETTYPE=GDI_DRIVER
 | |
| 
 | |
| CHIP_DEFINES= -DDRIVER_5465=0 -DNTDRIVER_546x=1
 | |
| 
 | |
| USER_C_FLAGS = $(WINNT_VER) $(CHIP_DEFINES)
 | |
| 
 | |
| #in free build we are limiting optimizations to avoid a bug
 | |
| # (also happens if DDKBUILDENV is not defined)
 | |
| 
 | |
| # !if "$(DDKBUILDENV)" != "checked"
 | |
| # USER_C_FLAGS = $(USER_C_FLAGS) /Ox /G6 /Ot /O2
 | |
| # !endif
 | |
| 
 | |
| INCLUDES=$(DDK_INC_PATH);..\INCLUDE
 | |
| 
 | |
| SOURCES =
 |