git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			21 lines
		
	
	
		
			389 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			389 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # File:		makefile.vc
 | |
| # Author:	Julian Smart
 | |
| # Created:	1999
 | |
| # Updated:	
 | |
| # Copyright:	(c) Julian Smart
 | |
| #
 | |
| # Makefile : Builds sample (VC++, WIN32)
 | |
| # Use FINAL=1 argument to nmake to build final version with no debug info.
 | |
| 
 | |
| # Set WXDIR for your system
 | |
| WXDIR = $(WXWIN)
 | |
| 
 | |
| PROGRAM=server
 | |
| OBJECTS = $(PROGRAM).obj
 | |
| 
 | |
| !include $(WXDIR)\src\makeprog.vc
 | |
| 
 | |
| server.obj: ddesetup.h
 | |
| 
 |