summary refs log tree commit diff stats
path: root/plugins/winamp/winamp.def
AgeCommit message (Expand)Author
2012-06-10Add all plugins to solution except WMPABerke Viktor
chat.git/blame/plugins/makefile.mak?id=e0e70fccd444000c74ee505d790fbfb64e1ed1c2'>^
c6efd7f6 ^

cbcf58ab ^

8a640924 ^

cbcf58ab ^











cbcf58ab ^









c6efd7f6 ^




cbcf58ab ^




8a640924 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52




                                               



                                               

                                               

                                               

                                               











                      









                         




                      




                       




                        
all:
	@cd ewc
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\lua
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\python
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\tcl
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\upd
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\xdcc
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\xtray
	@-$(MAKE) /nologo /s /f makefile.mak $@

clean:
	@del ewc\*.def
	@del ewc\*.dll
	@del ewc\*.exp
	@del ewc\*.lib
	@del ewc\*.obj
	@del lua\*.def
	@del lua\*.dll
	@del lua\*.exp
	@del lua\*.lib
	@del lua\*.obj
	@del python\*.def
	@del python\*.dll
	@del python\*.exp
	@del python\*.lib
	@del python\*.obj
	@del tcl\*.def
	@del tcl\*.dll
	@del tcl\*.exp
	@del tcl\*.lib
	@del tcl\*.obj
	@del upd\*.def
	@del upd\*.dll
	@del upd\*.exp
	@del upd\*.lib
	@del upd\*.obj
	@del xdcc\*.def
	@del xdcc\*.dll
	@del xdcc\*.exp
	@del xdcc\*.lib
	@del xdcc\*.obj
	@del xtray\*.def
	@del xtray\*.dll
	@del xtray\*.exp
	@del xtray\*.lib
	@del xtray\*.obj