Remerge fixes for Bug 2121 and Bug 1993
- Bug 1993 is partially implemented in "Revision: 201015" which has removed the CMLA RnD key exports, so I've
stopped creating omadrm/rndcerts/group/bld.inf
- The CryptoPrep.flm fix (Bug 2121) is unchanged, as I don't like the latest changes to add the exported file to the "sbs -what" output
BUILD_DIR=$(EPOCROOT)epoc32\build\generated\Xml
GENERATED_FILES= \
$(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.cpp
SOURCE_DIR=..\RO\src\
$(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.cpp : $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeTable.st
perl -S emkdir.pl $(BUILD_DIR)
perl -S ecopyfile.pl $(SOURCE_DIR)\DrmRel1_0StringDict00AttributeTable.st $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.st
perl -S stringtable.pl $(BUILD_DIR)\DrmRel1_0StringDict00AttributeTable.st
do_nothing:
@rem do nothing
#
# The targets invoked by bld...
#
MAKMAKE : $(GENERATED_FILES)
BLD : MAKMAKE
SAVESPACE : MAKMAKE
CLEAN :
perl -S ermdir.pl $(BUILD_DIR)
FREEZE : do_nothing
LIB : do_nothing
CLEANLIB : do_nothing
RESOURCE : do_nothing
FINAL : do_nothing
RELEASABLES : $(GENERATED_FILES)