1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext/mbstring/libmbfl/nls/Makefile.bcc32
T
2003-08-24 20:07:13 +00:00

9 lines
225 B
Makefile

!include ..\rules.mak.bcc32
INCLUDES=$(INCLUDES) -I..\mbfl
OBJS=nls_ja.obj nls_de.obj nls_en.obj nls_kr.obj nls_ru.obj nls_zh.obj nls_uni.obj nls_neutral.obj
all: $(OBJS)
clean:
@for %i in ($(OBJS)) do @if exist %i del %i