From: Jim K. <jk...@us...> - 2006-01-02 23:01:48
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30880 Modified Files: lvzip.ogbld lvzip.spec Log Message: modified build and package files Index: lvzip.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** lvzip.spec 2 Jan 2006 21:10:05 -0000 1.14 --- lvzip.spec 2 Jan 2006 23:01:39 -0000 1.15 *************** *** 33,36 **** --- 33,40 ---- PreInstall=PreInstall.vi + PostInstall=PostInstall.vi + + PreUninstall=PreUninstall.vi + [Dependencies] *************** *** 52,56 **** [Files] ! Num File Groups=5 --- 56,60 ---- [Files] ! Num File Groups=3 *************** *** 67,71 **** File 0=lvzlib.dll File 1=lvzlib.framework.sea.bin ! File 2=lvzlib.shlb.sit.bin File 3=lvzlib.so File 4=macbin.mnu --- 71,75 ---- File 0=lvzlib.dll File 1=lvzlib.framework.sea.bin ! File 2=lvzlib.shlb.sea.bin File 3=lvzlib.so File 4=macbin.mnu *************** *** 138,170 **** [File Group 1] - Source Dir=built/lvzip - - Target Dir=<user.lib>/_OpenG.lib/lvzip - - Exclusive_OS=Windows NT, Windows 9x - - Replace Mode=Never - - Num Files=1 - - File 0=lvzlib.dll - - - [File Group 2] - - Source Dir=built/lvzip - - Target Dir=<user.lib>/_OpenG.lib/lvzip - - Exclusive_OS=Linux - - Replace Mode=Never - - Num Files=1 - - File 0=lvzlib.so - - [File Group 3] - Source Dir="Dynamic Palette MNUs" --- 142,145 ---- *************** *** 178,182 **** ! [File Group 4] Source Dir="Dynamic Palette MNUs" --- 153,157 ---- ! [File Group 2] Source Dir="Dynamic Palette MNUs" Index: lvzip.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.ogbld,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lvzip.ogbld 2 Jan 2006 10:35:09 -0000 1.3 --- lvzip.ogbld 2 Jan 2006 23:01:39 -0000 1.4 *************** *** 20,24 **** # "MyVI__MyApp.vi" in the built software product.="" Namespace=ogtk - ###########################################################="" # Top Level VIs specifies VIs whose hierarchies are to be="" --- 20,23 ---- *************** *** 28,33 **** # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.0-alpha3 ! Log Dir="built" Log File="" Log File Suffix="" --- 27,32 ---- # any keyname for Top Level VIs. Keynames for this section="" # are arbitrary.="" ! File Format Version=1.0.1 ! Log Dir=built Log File="" Log File Suffix="" *************** *** 40,48 **** Include Hidden VIs=FALSE EXE Icon File="" ! New Build Root=FALSE Unsaved Changes MsgBox=FALSE Ambiguous VIs Dest Dir="" Call Pre-Build VI="build_support/Pre-Post Build (testing).vi" ! Call Post-Build VI="" Revision File=build_support/lvzip.rev Version VI Name="" --- 39,47 ---- Include Hidden VIs=FALSE EXE Icon File="" ! New Build Root=TRUE Unsaved Changes MsgBox=FALSE Ambiguous VIs Dest Dir="" Call Pre-Build VI="build_support/Pre-Post Build (testing).vi" ! Call Post-Build VI="build_support/Pre-Post Build (testing).vi" Revision File=build_support/lvzip.rev Version VI Name="" *************** *** 51,54 **** --- 50,54 ---- RemovePolyVIsAndTypedefs=FALSE Allow CBVI & Build Hierarchy Overlap=FALSE + Namespace Convention=0 Call-Back VI 1="build_support/Call-Back VI - Rem namespace from Window Title.vi" *************** *** 75,79 **** Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" --- 75,79 ---- Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Save Level=0 Default Destination=FALSE Apply New Password="" *************** *** 85,89 **** Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Remove Diagrams=FALSE Default Destination=FALSE Apply New Password="" --- 85,89 ---- Convert Target to LLB=FALSE Convert Target to EXE=FALSE ! Save Level=0 Default Destination=FALSE Apply New Password="" *************** *** 94,99 **** --- 94,102 ---- OverwriteExisting=TRUE FollowVIDirHierarchy=FALSE + Recursive=FALSE + Exclude=FALSE SourceFile 1=lvzlib.* SourceFile 2=submenus/*.mnu SourceFile 3=readme2_2.txt SourceFile 4=PreInstall.vi + |