branch | wip |
changeset 96 | 15b4e4d9cd81 |
parent 81 | 7653ed978a00 |
child 367 | 28419e56ee8a |
95:c2eb160d064a | 96:15b4e4d9cd81 |
---|---|
53 CDEFS:=$(CDEFS) __DLL__ |
53 CDEFS:=$(CDEFS) __DLL__ |
54 include $(FLMHOME)/e32abiv2.flm |
54 include $(FLMHOME)/e32abiv2.flm |
55 $(call vrestore) |
55 $(call vrestore) |
56 |
56 |
57 else |
57 else |
58 $(error $e32abiv2dll.flm called with wrong TARGETTYPE (should be 'dll' but is '$(TARGETTYPE)')) |
58 $(error e32abiv2dll.flm called with wrong TARGETTYPE (should be 'dll' but is '$(TARGETTYPE)')) |
59 endif |
59 endif |
60 |
60 |