remove duplicate entry
This commit is contained in:
		
							parent
							
								
									9333d7e925
								
							
						
					
					
						commit
						9bff6d9d86
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,7 @@ python.obj: python.c
 | 
			
		|||
	$(CC) $(CFLAGS) /Dusleep=_sleep /DPATH_MAX=255 python.c $(GLIB) /I.. /I$(PYTHONPATH)\INCLUDE /DPYTHON_DLL=\"$(PYTHONLIB).dll\"
 | 
			
		||||
 | 
			
		||||
$(TARGET): python.obj python.def
 | 
			
		||||
	$(LINK) /DLL /out:$(TARGET) $(LDFLAGS) python.obj $(PYTHONLIB).lib /LIBPATH:$(PYTHONPATH)\LIBS $(PYTHONLIB).lib $(LIBS) /def:python.def
 | 
			
		||||
	$(LINK) /DLL /out:$(TARGET) $(LDFLAGS) python.obj /LIBPATH:$(PYTHONPATH)\LIBS $(PYTHONLIB).lib $(LIBS) /def:python.def
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	del $(TARGET)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue