mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 19:20:20 +00:00
move additions to own repo, so that patch contains only modifications
This commit is contained in:
18
src/makefile.mak
Normal file
18
src/makefile.mak
Normal file
@@ -0,0 +1,18 @@
|
||||
all:
|
||||
copy ..\plugins\xchat-plugin.h common
|
||||
@cd pixmaps
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
@cd ..\common
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
@cd ..\fe-gtk
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
|
||||
clean:
|
||||
del common\*.obj
|
||||
del common\xchatcommon.lib
|
||||
del fe-gtk\*.obj
|
||||
del fe-gtk\mmx_cmod.o
|
||||
del fe-gtk\xchat.exe
|
||||
del fe-gtk\xchat.rc
|
||||
del fe-gtk\xchat.RES
|
||||
del pixmaps\*.h
|
||||
Reference in New Issue
Block a user