24 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #   sources
 | |
| #   Author: Murali R. Krishnan ( MuraliK)
 | |
| #   Date:   1-Nov-1995
 | |
| #
 | |
| #   Describes the macros used for building using NT 'build' command
 | |
| #
 | |
| 
 | |
| !include ..\..\..\place.inc
 | |
| 
 | |
| MAJORCOMP=iis
 | |
| MINORCOMP=irtl
 | |
| 
 | |
| TARGETNAME=pwssvcs
 | |
| TARGETPATH=..\..\lib\$(_OBJ_DIR)
 | |
| TARGETTYPE=LIBRARY
 | |
| 
 | |
| USE_MSVCRT=1
 | |
| 
 | |
| SOURCES= \
 | |
|     pwsctrl.cxx
 | |
| 
 | |
| INCLUDES=..\..\..\inc
 | |
| 
 |