certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

applications/HLA_Tutorial DisplayServiceMessage...


From: certi-cvs
Subject: applications/HLA_Tutorial DisplayServiceMessage...
Date: Fri, 25 Jan 2008 13:26:51 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Eric NOULARD <erk>      08/01/25 13:26:51

Modified files:
        HLA_Tutorial   : DisplayServiceMessages.hh CMakeLists.txt 
                         DisplayServiceMessages.hh.in 

Log message:
        Small update for:
         - begin NSIS installer
         - add a missing space char

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/DisplayServiceMessages.hh?cvsroot=certi&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/CMakeLists.txt?cvsroot=certi&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/DisplayServiceMessages.hh.in?cvsroot=certi&r1=1.4&r2=1.5

Patches:
Index: DisplayServiceMessages.hh
===================================================================
RCS file: /sources/certi/applications/HLA_Tutorial/DisplayServiceMessages.hh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- DisplayServiceMessages.hh   12 Jan 2008 21:51:26 -0000      1.5
+++ DisplayServiceMessages.hh   25 Jan 2008 13:26:51 -0000      1.6
@@ -291,7 +291,7 @@
 #define DS_MSG_GET_ATTRIBUTE_HANDLE "\
 Ancillary Service -> Get Attribute Handle\n\n \
 This service returns a numeric handle for the named attribute according to \
-the FOM resp. SOM. The numeric handle of the corresponding object class have 
to\
+the FOM resp. SOM. The numeric handle of the corresponding object class have 
to \
 be specified as second input parameter. \
     "
 

Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/HLA_Tutorial/CMakeLists.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- CMakeLists.txt      1 Nov 2007 13:19:13 -0000       1.4
+++ CMakeLists.txt      25 Jan 2008 13:26:51 -0000      1.5
@@ -62,7 +62,19 @@
 SET(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME})
 SET(CPACK_SOURCE_IGNORE_FILES 
"/CVS/;/\\\\.svn/;\\\\.swp$;\\\\.#;/#;.*~;cscope.*")
 SET(CPACK_SOURCE_GENERATOR "ZIP;TGZ")
-SET(CPACK_GENERATOR "ZIP;TGZ")
+IF (WIN32)
+  SET(CPACK_GENERATOR "ZIP;NSIS")
+  ## Add a custom target callable from IDE (Mostly for Visual Studio)
+  GET_FILENAME_COMPONENT(CPACK_COMMAND ${CMAKE_COMMAND} PATH)
+  SET(CPACK_COMMAND ${CPACK_COMMAND}/cpack)
+  ADD_CUSTOM_TARGET(PACKAGE_SOURCE_ZIP
+              COMMAND ${CPACK_COMMAND} -G ZIP --config CPackSourceConfig.cmake
+              COMMENTS "Build a ZIP file containing the source")              
+  # NSIS installer specific part
+  INCLUDE(InstallRequiredSystemLibraries)
+ELSE (WIN32)
+  SET(CPACK_GENERATOR "ZIP;TGZ")
+ENDIF(WIN32)
 SET(CPACK_PACKAGE_VERSION ${PACKAGE_VERSION})
 SET(CPACK_PACKAGE_VERSION_MAJOR ${PACKAGE_VERSION_MAJOR})
 SET(CPACK_PACKAGE_VERSION_MINOR ${PACKAGE_VERSION_MINOR})

Index: DisplayServiceMessages.hh.in
===================================================================
RCS file: 
/sources/certi/applications/HLA_Tutorial/DisplayServiceMessages.hh.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- DisplayServiceMessages.hh.in        19 Dec 2007 12:59:34 -0000      1.4
+++ DisplayServiceMessages.hh.in        25 Jan 2008 13:26:51 -0000      1.5
@@ -154,7 +154,7 @@
 #define DS_MSG_GET_ATTRIBUTE_HANDLE "\
 Ancillary Service -> Get Attribute Handle\n\n \
 This service returns a numeric handle for the named attribute according to \
-the FOM resp. SOM. The numeric handle of the corresponding object class have 
to\
+the FOM resp. SOM. The numeric handle of the corresponding object class have 
to \
 be specified as second input parameter. \
     "
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]