29 lines
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#****************************** File Header ******************************\
 | 
						|
# File Name: Sources
 | 
						|
#
 | 
						|
# Copyright (c) 1985-96, Microsoft Corporation
 | 
						|
#
 | 
						|
# Project specific SOURCES file.
 | 
						|
#
 | 
						|
# History:
 | 
						|
# Mar-06-1996 HideyukN Created
 | 
						|
#***************************************************************************/
 | 
						|
 | 
						|
W32_SB=1
 | 
						|
 | 
						|
ALT_PROJECT=DAYTONA
 | 
						|
ALT_PROJECT_TARGET=.
 | 
						|
 | 
						|
C_DEFINES=$(C_DEFINES)
 | 
						|
 | 
						|
!include ..\sources.inc
 | 
						|
 | 
						|
INCLUDES= $(INCLUDES); $(TERMSRV_INC_PATH)
 | 
						|
 | 
						|
SOURCES=$(SOURCES)  ..\api.c \
 | 
						|
                    ..\icadis.c \
 | 
						|
                    ..\icamsg.c \
 | 
						|
                    ..\command.c\
 | 
						|
                    ..\sendmsg.c
 | 
						|
 |