mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
move additions to own repo, so that patch contains only modifications
This commit is contained in:
13
src/common/makefile.mak
Normal file
13
src/common/makefile.mak
Normal file
@@ -0,0 +1,13 @@
|
||||
include "..\makeinc.mak"
|
||||
|
||||
all: $(COMMON_OBJECTS) xchatcommon.lib
|
||||
|
||||
xchatcommon.lib: $(COMMON_OBJECTS)
|
||||
lib -out:xchatcommon.lib $(COMMON_OBJECTS)
|
||||
|
||||
.c.obj:
|
||||
$(CC) $(CFLAGS) $(GLIB) $<
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del xchatcommon.lib
|
||||
Reference in New Issue
Block a user