aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/help/build_help.mk
diff options
context:
space:
mode:
authorKamil Zbróg2013-12-02 12:45:34 +0000
committerKamil Zbróg2013-12-02 12:45:34 +0000
commitf19f61a56da04e0dbd6e46ff9a303fdfb68d8390 (patch)
treeb10cbf38568e8cace510308ce0893541719ee775 /backends/platform/symbian/help/build_help.mk
parent0f013bf6e1bed6a1e18aa1a4ea16ed1c0105f33d (diff)
parentccc92b2e707643915efc575cd43fdd11169dc733 (diff)
downloadscummvm-rg350-f19f61a56da04e0dbd6e46ff9a303fdfb68d8390.tar.gz
scummvm-rg350-f19f61a56da04e0dbd6e46ff9a303fdfb68d8390.tar.bz2
scummvm-rg350-f19f61a56da04e0dbd6e46ff9a303fdfb68d8390.zip
Merge remote-tracking branch 'sync/master' into prince-malik
Diffstat (limited to 'backends/platform/symbian/help/build_help.mk')
-rw-r--r--backends/platform/symbian/help/build_help.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/backends/platform/symbian/help/build_help.mk b/backends/platform/symbian/help/build_help.mk
new file mode 100644
index 0000000000..7a18ad8252
--- /dev/null
+++ b/backends/platform/symbian/help/build_help.mk
@@ -0,0 +1,29 @@
+# ============================================================================
+# Name : help.mk
+# Part of : ScummVM
+#
+# Description: This is file for creating .hlp file
+#
+# ============================================================================
+
+
+makmake :
+ cshlpcmp ScummVM.xml
+
+ifeq (WINS,$(findstring WINS, $(PLATFORM)))
+ copy ScummVM.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
+endif
+
+clean :
+ del ScummVM.hlp
+ del ScummVM.hlp.hrh
+
+bld :
+ cshlpcmp ScummVM.xml
+
+ifeq (WINS,$(findstring WINS, $(PLATFORM)))
+ copy ScummVM.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
+endif
+
+freeze lib cleanlib final resource savespace releasables :
+