diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-04-02 07:29:16 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-04-02 07:29:16 +0200 |
commit | c7ec88c88adb4f15b154ad125977d9c2c4ae4956 (patch) | |
tree | 09b886a96255b141e59747b3d3b375b576b2cdc5 /src/makefile.mak | |
parent | 876a185af371a92d73725a25ccda3a41fdaebd37 (diff) |
move additions to own repo, so that patch contains only modifications
Diffstat (limited to 'src/makefile.mak')
-rw-r--r-- | src/makefile.mak | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/makefile.mak b/src/makefile.mak new file mode 100644 index 00000000..89f897d7 --- /dev/null +++ b/src/makefile.mak @@ -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 |