# mtwel.lib - Makefile for Borland C CC = $(ISE_EIFFEL)\BCC55\bin\bcc32 AR = $(ISE_EIFFEL)\BCC55\bin\tlib CFLAGS = -w-8057 -w-8064 -w-8065 -c -O2 -tWM -DEIF_THREADS -I..\spec\windows\include -I$(ISE_EIFFEL)\studio\spec\$(ISE_PLATFORM)\include -I$(ISE_EIFFEL)\BCC55\include -L$(ISE_EIFFEL)\BCC55\lib -D_UNICODE -DUNICODE .c.obj: $(CC) @&&| $(CFLAGS) $< | OBJ = disptchr.obj enumfont.obj enum_child_windows.obj choose_folder.obj estream.obj msgboxpa.obj diskspace.obj drawstate.obj dynload.obj mousehook.obj wel_thr_init.obj mtwel.lib: $(OBJ) if exist $@ del $@ $(AR) $@ +disptchr.obj $(AR) $@ +enumfont.obj $(AR) $@ +enum_child_windows.obj $(AR) $@ +estream.obj $(AR) $@ +msgboxpa.obj $(AR) $@ +diskspace.obj $(AR) $@ +dynload.obj $(AR) $@ +drawstate.obj $(AR) $@ +choose_folder.obj $(AR) $@ +mousehook.obj $(AR) $@ +wel_thr_init.obj if not exist ..\spec\bcb mkdir ..\spec\bcb if not exist ..\spec\bcb\lib mkdir ..\spec\bcb\lib copy $@ ..\spec\bcb\lib del $@ del *.obj del *.bak