copy-paste is bad!
This commit is contained in:
		
							parent
							
								
									695a82f998
								
							
						
					
					
						commit
						45155a600a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| include "..\..\src\makeinc.mak" | ||||
| 
 | ||||
| all: checksum.obj checksum.def | ||||
| 	link $(LDFLAGS) $(LIBS) /dll /out:xcchecksum.dll /libpath:$(LUAPATH)\lib $(LUALIB).lib /def:checksum.def checksum.obj  | ||||
| 	link $(LDFLAGS) $(LIBS) /dll /out:xcchecksum.dll /def:checksum.def checksum.obj  | ||||
| 
 | ||||
| checksum.def: | ||||
| 	echo EXPORTS > checksum.def | ||||
|  | @ -9,7 +9,7 @@ checksum.def: | |||
| 	echo xchat_plugin_deinit >> checksum.def | ||||
| 
 | ||||
| checksum.obj: checksum.c makefile.mak | ||||
| 	cl $(CFLAGS) /Dsnprintf=g_snprintf /I$(LUAPATH)\include checksum.c | ||||
| 	cl $(CFLAGS) checksum.c | ||||
| 
 | ||||
| clean: | ||||
| 	del *.obj | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue