[vlmc-devel] commit: nsis/CMakeLists.txt: Append VLMC version in installer name ( Rohit Yadav )
git at videolan.org
git at videolan.org
Fri Sep 24 22:23:49 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Sat Sep 25 02:00:52 2010 +0530| [525c51f1b683304a831a27ccedd4a50e592a16a1] | committer: Rohit Yadav
nsis/CMakeLists.txt: Append VLMC version in installer name
.gitignore: Ignore win32 folder, used for xcompiling.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=525c51f1b683304a831a27ccedd4a50e592a16a1
---
.gitignore | 1 +
nsis/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6f15408..4faf587 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
/qtc-gdbmacros
Makefile*
/include
+/win32
/contribs/bin
/contribs/include
diff --git a/nsis/CMakeLists.txt b/nsis/CMakeLists.txt
index bb8fb6a..82761fc 100644
--- a/nsis/CMakeLists.txt
+++ b/nsis/CMakeLists.txt
@@ -4,7 +4,7 @@
#
# Output file name
-SET(NSIS_OUTPUT_FILE "${PROJECT_NAME}.exe")
+SET(NSIS_OUTPUT_FILE "${PROJECT_NAME}${PROJECT_VERSION}.exe")
# NSIS is only available for Win32 builds (native or cross compilation)
IF(WIN32)
More information about the Vlmc-devel
mailing list