Makefile.os2 (libtimidity-0.2.6) | : | Makefile.os2 (libtimidity-0.2.7) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
!endif | !endif | |||
COMPILE=wcc386 $(CFLAGS) $(CPPFLAGS) $(INCLUDES) | COMPILE=wcc386 $(CFLAGS) $(CPPFLAGS) $(INCLUDES) | |||
OBJ=common.obj instrum.obj mix.obj output.obj playmidi.obj readmidi.obj resample .obj stream.obj tables.obj timidity.obj | OBJ=common.obj instrum.obj mix.obj output.obj playmidi.obj readmidi.obj resample .obj stream.obj tables.obj timidity.obj | |||
all: $(BLD_TARGET) | all: $(BLD_TARGET) | |||
# rely on symbol name, not ordinal: -irn switch of wlib is default, but -inn is not. | # rely on symbol name, not ordinal: -irn switch of wlib is default, but -inn is not. | |||
$(DLLNAME): $(OBJ) | $(DLLNAME): $(OBJ) | |||
wlink NAM $@ SYSTEM os2v2_dll INITINSTANCE TERMINSTANCE OPTION MANYAUTODA TA FIL {$(OBJ)} OPTION IMPF=$(EXPNAME) | wlink NAM $@ OP q SYSTEM os2v2_dll INITINSTANCE TERMINSTANCE OPTION MANYA UTODATA FIL {$(OBJ)} OPTION IMPF=$(EXPNAME) | |||
wlib -q -b -n -c -pa -s -t -zld -ii -io -inn $(LIBNAME) +$(DLLNAME) | wlib -q -b -n -c -pa -s -t -zld -ii -io -inn $(LIBNAME) +$(DLLNAME) | |||
$(LIBSTATIC): $(OBJ) | $(LIBSTATIC): $(OBJ) | |||
wlib -q -b -n -c -pa -s -t -zld -ii -io $@ $(OBJ) | wlib -q -b -n -c -pa -s -t -zld -ii -io $@ $(OBJ) | |||
.c.obj: | .c.obj: | |||
$(COMPILE) -fo=$^@ $< | $(COMPILE) -fo=$^@ $< | |||
!ifndef __UNIX__ | !ifndef __UNIX__ | |||
distclean: clean .symbolic | distclean: clean .symbolic | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |