Changeset 540
- Timestamp:
- Dec 10, 2015, 1:56:13 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/001/wpi_prog/impl_9rebuild.html ¶
r474 r540 8 8 comes with the WarpIN distribution. 9 9 10 <P>The WarpIN source code resides completely on the Netlabs CVSserver so10 <P>The WarpIN source code resides completely on the Netlabs SVN server so 11 11 that several programmers can develop at the same time. In order to find 12 out more about the Netlabs CVSserver, which is used by projects other than12 out more about the Netlabs SVN server, which is used by projects other than 13 13 WarpIN too, please visit 14 <A HREF="http://nosa.netlabs.org">http://nosa.netlabs.org</A>, 15 which describes the Netlabs Open Source Archive Client (NOSAC). This 14 <A HREF="http://svn.netlabs.org">http://svn.netlabs.org</A>. This 16 15 is used by the WarpIN programmers to concurrently work on the WarpIN 17 16 source code. -
TabularUnified trunk/001/wpi_prog/notices_3comments.html ¶
r474 r540 7 7 <BODY> 8 8 WarpIN is a joint development effort whose source code resides on the 9 Netlabs CVSserver. See10 <A HREF="http:// nosa.netlabs.org"><CODE>http://nosa.netlabs.org</CODE></A>9 Netlabs SVN server. See 10 <A HREF="http://svn.netlabs.org"><CODE>http://svn.netlabs.org</CODE></A> 11 11 for details. 12 12 -
TabularUnified trunk/001/wpi_prog_old/impl_9rebuild.html ¶
r474 r540 8 8 comes with the WarpIN distribution. 9 9 10 <P>The WarpIN source code resides completely on the Netlabs CVSserver so10 <P>The WarpIN source code resides completely on the Netlabs SVN server so 11 11 that several programmers can develop at the same time. In order to find 12 out more about the Netlabs CVSserver, which is used by projects other than12 out more about the Netlabs SVN server, which is used by projects other than 13 13 WarpIN too, please visit 14 <A HREF="http://nosa.netlabs.org">http://nosa.netlabs.org</A>, 15 which describes the Netlabs Open Source Archive Client (NOSAC). This 14 <A HREF="http://svn.netlabs.org">http://svn.netlabs.org</A>. This 16 15 is used by the WarpIN programmers to concurrently work on the WarpIN 17 16 source code. -
TabularUnified trunk/001/wpi_prog_old/notices_3comments.html ¶
r474 r540 7 7 <BODY> 8 8 WarpIN is a joint development effort whose source code resides on the 9 Netlabs CVSserver. See10 <A HREF="http:// nosa.netlabs.org"><CODE>http://nosa.netlabs.org</CODE></A>9 Netlabs SVN server. See 10 <A HREF="http://svn.netlabs.org"><CODE>http://svn.netlabs.org</CODE></A> 11 11 for details. 12 12 -
TabularUnified trunk/001/wpi_user/notices_3comments.html ¶
r474 r540 7 7 <BODY> 8 8 WarpIN is a joint development effort whose source code resides on the 9 Netlabs CVSserver. See10 <A HREF="http:// nosa.netlabs.org"><CODE>http://nosa.netlabs.org</CODE></A>9 Netlabs SVN server. See 10 <A HREF="http://svn.netlabs.org"><CODE>http://svn.netlabs.org</CODE></A> 11 11 for details. 12 12 -
TabularUnified trunk/config.in ¶
r529 r540 20 20 # 21 21 22 # CVSDIRECTORY SETUP22 # SVN DIRECTORY SETUP 23 23 # ------------------- 24 24 25 # CVS_WORK_ROOT: the root of your CVStree25 # SVN_WORK_ROOT: the root of your SVN tree 26 26 # (the parent dir of "warpin" and "xwphelpers") 27 !ifndef CVS_WORK_ROOT28 CVS_WORK_ROOT = D:\projects\R_cvs 27 !ifndef SVN_WORK_ROOT 28 SVN_WORK_ROOT = D:\projects\R_svn 29 29 !endif 30 30 31 31 # WPIDIR: name of the directory this file resides in 32 # (subdirectory of CVS_WORK_ROOT).33 # This will usually be xworkplace (the CVSrepository32 # (subdirectory of SVN_WORK_ROOT). 33 # This will usually be xworkplace (the SVN repository 34 34 # name), unless you chose a different name. 35 35 !ifndef WPIDIR … … 38 38 39 39 # XWPHELPERSDIR: name of the directory the xwphelpers 40 # resides in (subdirectory of CVS_WORK_ROOT).41 # This will usually be xwphelpers (the CVSrepository40 # resides in (subdirectory of SVN_WORK_ROOT). 41 # This will usually be xwphelpers (the SVN repository 42 42 # name), unless you chose a different name. 43 43 !ifndef XWPHELPERSDIR -
TabularUnified trunk/history.txt ¶
r533 r540 1 1 WarpIN Release History 2 2 ====================== 3 4 V1.0.22 (December 10, 2015) 5 -------------------------- 6 7 Fixes: 8 9 -- Prevent REXX from running with WIC in -t, -q and -m modes. 10 11 -- Fix crash in WIC -q mode when package not installed. 12 13 -- Correct several options in WIC relating to WirexxShowMessage handling. 14 3 15 4 16 V1.0.21 (November 2, 2015) -
TabularUnified trunk/include/bl_inf2html.h ¶
r531 r540 24 24 25 25 #define BLDLEVEL_VENDOR "OS/2 Netlabs" 26 #define BLDLEVEL_VERSION "1.0.2 1"26 #define BLDLEVEL_VERSION "1.0.22" 27 27 #define BLDLEVEL_INFO "to be overridden" 28 28 -
TabularUnified trunk/include/bl_wicpm.h ¶
r531 r540 23 23 24 24 #define BLDLEVEL_VENDOR "OS/2 Netlabs" 25 #define BLDLEVEL_VERSION "1.0.2 1"25 #define BLDLEVEL_VERSION "1.0.22" 26 26 #define BLDLEVEL_INFO "to be overridden" 27 27 -
TabularUnified trunk/include/bl_wpi2exe.h ¶
r531 r540 29 29 30 30 #define BLDLEVEL_VENDOR "OS/2 Netlabs" 31 #define BLDLEVEL_VERSION "1.0.2 1"31 #define BLDLEVEL_VERSION "1.0.22" 32 32 #define BLDLEVEL_INFO "to be overridden" 33 33 -
TabularUnified trunk/include/bl_xdoc.h ¶
r531 r540 23 23 24 24 #define BLDLEVEL_VENDOR "Ulrich Mller" 25 #define BLDLEVEL_VERSION "1.0.2 1"25 #define BLDLEVEL_VERSION "1.0.22" 26 26 #define BLDLEVEL_INFO "to be overridden" 27 27 -
TabularUnified trunk/include/bldlevel.h ¶
r531 r540 25 25 26 26 #define BLDLEVEL_VENDOR "OS/2 Netlabs" 27 #define BLDLEVEL_VERSION "1.0.2 1"27 #define BLDLEVEL_VERSION "1.0.22" 28 28 #define BLDLEVEL_INFO "to be overridden" 29 29 30 30 #define VERSION_MAJOR 1 31 31 #define VERSION_MINOR 0 32 #define VERSION_REVISION 2 132 #define VERSION_REVISION 22 33 33 -
TabularUnified trunk/include/engine/fe_base.h ¶
r532 r540 165 165 *@@changed V0.9.18 (2002-03-03) [umoeller]: renamed from FESystem, made class abstract 166 166 *@@changed V1.0.21 (2015-01-31) [pr]: added LogU() 167 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 167 168 */ 168 169 … … 176 177 // database 177 178 HAB _habThread1; 179 180 BOOL _ignoreRexx; 178 181 179 182 // the following flags are for when a file exists: -
TabularUnified trunk/include/helpers/readme.txt ¶
r148 r540 3 3 4 4 The helpers code has been completely moved into a new 5 CVScode repository at Netlabs called "xwphelpers".5 SVN code repository at Netlabs called "xwphelpers". 6 6 The code is no longer present in the WarpIN code tree. 7 7 … … 10 10 code from now on. 11 11 12 -
TabularUnified trunk/make/setup.in ¶
r524 r540 8 8 # set up PROJECT_BASE_DIR, which is required by other 9 9 # makefiles (and most importantly by xwphelpers) 10 PROJECT_BASE_DIR = $( CVS_WORK_ROOT)\$(WPIDIR)11 # this should give us something like K:\ cvs\xworkplace10 PROJECT_BASE_DIR = $(SVN_WORK_ROOT)\$(WPIDIR) 11 # this should give us something like K:\svn\xworkplace 12 12 13 13 … … 55 55 # I have developed over time. Since this code is shared with 56 56 # WarpIN and other projects might want to use it too, this 57 # has been extracted to a separate CVSarchive. We assume58 # it's in the CVS tree also, so we derive this from $(CVS_WORK_ROOT).57 # has been extracted to a separate SVN archive. We assume 58 # it's in the SVN tree also, so we derive this from $(SVN_WORK_ROOT). 59 59 60 60 !ifndef HELPERS_BASE_DIR 61 HELPERS_BASE_DIR=$( CVS_WORK_ROOT)\$(XWPHELPERSDIR)61 HELPERS_BASE_DIR=$(SVN_WORK_ROOT)\$(XWPHELPERSDIR) 62 62 !endif 63 63 … … 145 145 RUN_BLDLEVEL = $(PROJECT_BASE_DIR)\BuildLevel.cmd 146 146 147 RUN_UNLOCK = $( CVS_WORK_ROOT)\$(XWPDIR)\tools\unlock.exe148 149 RUN_STRRPL = $( CVS_WORK_ROOT)\$(XWPDIR)\tools\strrpl.exe147 RUN_UNLOCK = $(SVN_WORK_ROOT)\$(XWPDIR)\tools\unlock.exe 148 149 RUN_STRRPL = $(SVN_WORK_ROOT)\$(XWPDIR)\tools\strrpl.exe 150 150 151 151 COPY = copy -
TabularUnified trunk/makewpi.cmd ¶
r531 r540 1 1 /**/ 2 wpistem = 'warpin-1-0-2 1'3 filetime = '01:2 1:00'2 wpistem = 'warpin-1-0-22' 3 filetime = '01:22:00' 4 4 wisfile = 'warpin.wis' 5 5 packages.0 = 2 -
TabularUnified trunk/readme.txt ¶
r534 r540 1 WarpIN 1.0.2 1README1 WarpIN 1.0.22 README 2 2 (W) Ulrich Mller, Sept 9, 1999 3 Last updated November 2, 20153 Last updated December 10, 2015 4 4 5 5 … … 46 46 =============== 47 47 48 Welcome to WarpIN 1.0.2 1.48 Welcome to WarpIN 1.0.22. 49 49 50 50 WarpIN is becoming more and more popular among OS/2 developers … … 53 53 This README contains information not contained in the WarpIN 54 54 INF files. It is distributed with the binary distributions, 55 but is also in the root directory of the WarpIN CVStree.55 but is also in the root directory of the WarpIN SVN tree. 56 56 As a result, this file contains information both for WarpIN 57 57 users and WarpIN developers. Please read through all of this … … 59 59 marked and may be skipped. 60 60 61 WarpIN 1.0.2 1is the latest "stable" WarpIN release. This does61 WarpIN 1.0.22 is the latest "stable" WarpIN release. This does 62 62 not mean that WarpIN is bug-free, but I consider the current 63 63 code useful enough to be recommended as the standard WarpIN … … 162 162 A bugtracker for WarpIN is available at 163 163 164 http://xtracker. xworkplace.org164 http://xtracker.netlabs.org 165 165 166 166 Please use that beast for reporting bugs instead of posting … … 172 172 173 173 This section describes how to compile WarpIN from the Netlabs 174 CVSarchive. If you're reading this file as part of a binary174 SVN archive. If you're reading this file as part of a binary 175 175 release (that is, if you already have WARPIN.EXE), you may skip 176 176 this section. Instead, read the WarpIN INF files and check them … … 182 182 -- Download a sources package. 183 183 184 -- Check out the sources from the Netlabs CVSserver.185 186 If you check out from Netlabs CVS, starting with V0.9.6, you184 -- Check out the sources from the Netlabs SVN server. 185 186 If you check out from Netlabs SVN, starting with V0.9.6, you 187 187 will need to check out TWO repositories: 188 188 … … 202 202 203 203 To check out the most current WarpIN sources from the Netlabs 204 CVS server, you have again two options. In both cases, you 205 will need to download CVS 1.12.13 - the latest is here: 206 207 http://hobbes.nmsu.edu/pub/os2/dev/util/cvs11213.zip 208 209 -- Use the Netlabs Open Source Archive Client (NOSAC), which 210 creates WPS objects for working on the Netlabs sources. 211 212 -- If you prefer using the command line, use the following 213 environment for WarpIN: 204 SVN server, use an up to date SVN client. 214 205 215 206 For the WarpIN repository: 216 SET CVSROOT=:pserver:guest@cvs.netlabs.org:/netlabs.cvs/warpin 207 mkdir warpin 208 svn co https://svn.netlabs.org/repos/warpin/trunk warpin 217 209 For the XWPHelpers repository: 218 SET CVSROOT=:pserver:guest@cvs.netlabs.org:/netlabs.cvs/xwphelpers 219 For both: 220 SET USER=guest 221 222 For each, do a "cvs login" with "readonly" as your password. 223 224 Then run "cvs checkout ." (mind the dot). 225 226 For details about how to use CVS, see 227 228 http://www.xworkplace.org/cvs.html 210 mkdir xwphelpers 211 svn co https://svn.netlabs.org/repos/xwphelpers/trunk xwphelpers 229 212 230 213 … … 256 239 257 240 c) As said above, with V0.9.6, the helpers code has been put 258 into a separate CVSrepository at Netlabs. Check out the241 into a separate SVN repository at Netlabs. Check out the 259 242 "xwphelpers" repository before compiling, this code is 260 243 needed. … … 266 249 by Andrew Pawel Zabolotny. I have included this in 267 250 the 001\ directory. Documentation is available with 268 the XWorkplace sources (on Netlabs CVStoo) in the251 the XWorkplace sources (on Netlabs SVN too) in the 269 252 PROGREF.INF file. 270 253 … … 319 302 utility, which should be in the root dir of the xwphelpers. 320 303 You should re-run "nmake dep" only after you have updated the 321 sources from the CVSserver because dependencies might change.304 sources from the SVN server because dependencies might change. 322 305 323 306 After that, just run "nmake" to compile. … … 397 380 Of course, you can also read the source files directly, if you 398 381 prefer that. 382 -
TabularUnified trunk/src/engine/fe_base.cpp ¶
r532 r540 102 102 *@@changed V0.9.16 (2001-09-20) [umoeller]: adjusted FNSHOWMESSAGE prototype 103 103 *@@changed V0.9.19 (2002-04-14) [umoeller]: fixed DosQueryCp call 104 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 104 105 */ 105 106 … … 110 111 : BSRoot(tFELocals), 111 112 _habThread1(habThread1), 113 _ignoreRexx(FALSE), 112 114 _paEntities(paEntities), 113 115 _cEntities(cEntities), -
TabularUnified trunk/src/engine/fe_script_old.cpp ¶
r532 r540 230 230 *@@changed V0.9.9 (2001-02-28) [umoeller]: moved this here from fe_archive.cpp 231 231 *@@changed V0.9.18 (2002-03-08) [umoeller]: now using const string& for input 232 *@@changed V1.0.22 (2015-12-03) [pr]: added _ignoreRexx 232 233 */ 233 234 … … 282 283 free(pszAttribs); 283 284 284 if ( flREXX & GBLREXX_ATTRIBS)285 if ((flREXX & GBLREXX_ATTRIBS) && !_Locals._ignoreRexx) // V1.0.22 285 286 { 286 287 string strRexxMacroName; … … 301 302 } 302 303 303 if ( flREXX & GBLREXX_BLOCK)304 if ((flREXX & GBLREXX_BLOCK) && !_Locals._ignoreRexx) // V1.0.22 304 305 { 305 306 string strRexxMacroName; … … 546 547 *@@changed V0.9.2 (2000-03-10) [cbo]: added REXX support 547 548 *@@changed V0.9.9 (2001-02-28) [umoeller]: moved this here from fe_archive.cpp 549 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 548 550 */ 549 551 … … 575 577 // overwrite the stored code from the first time. 576 578 // V0.9.2 (2000-03-10) [cbo] 577 ULONG cRexxTags; 578 579 if (cRexxTags = ParseRexxTags(strHeadBlock.c_str())) 580 { 581 // there are REXX tags, and caller wants confirmation: 582 // pass script to GUI in unicode 583 ustring ustrScript(_pCodec, _strScript); 584 if (!_Locals.ConfirmRexxAllowed(ustrScript)) 585 // confirmation func returned FALSE; 586 throw(BSCancelExcpt()); 587 } 588 589 ulrc += cRexxTags; 579 if (!_Locals._ignoreRexx) 580 { 581 ULONG cRexxTags; 582 583 if (cRexxTags = ParseRexxTags(strHeadBlock.c_str())) 584 { 585 // there are REXX tags, and caller wants confirmation: 586 // pass script to GUI in unicode 587 ustring ustrScript(_pCodec, _strScript); 588 if (!_Locals.ConfirmRexxAllowed(ustrScript)) 589 // confirmation func returned FALSE; 590 throw(BSCancelExcpt()); 591 592 ulrc += cRexxTags; 593 } 594 } 595 590 596 // check whether a <MSG>...</MSG> block 591 597 // exists in the HEAD block; if so, display -
TabularUnified trunk/src/engine/wpirtl_base.def ¶
r531 r540 56 56 CODE LOADONCALL 57 57 58 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN runtime library (backend, helpers, C runtime)'58 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN runtime library (backend, helpers, C runtime)' 59 59 60 60 IMPORTS -
TabularUnified trunk/src/frontend/warpin.def ¶
r531 r540 1 1 NAME WARPIN WINDOWAPI 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN installer'3 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN installer' 4 4 5 5 CODE MOVEABLE -
TabularUnified trunk/src/frontend/warpin_emx.def ¶
r531 r540 7 7 NAME WARPIN WINDOWAPI 8 8 9 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN installer (EMX)'9 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN installer (EMX)' 10 10 11 11 STACKSIZE 65536 -
TabularUnified trunk/src/stub/stub.def ¶
r531 r540 1 1 NAME OS2STUB WINDOWAPI 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN self-extracting archive EXE stub'3 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN self-extracting archive EXE stub' 4 4 5 5 STACKSIZE 196608 -
TabularUnified trunk/src/stub/stub_emx.def ¶
r531 r540 1 1 NAME STUB WINDOWCOMPAT 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN self-extracting archive EXE stub (EMX)'3 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN self-extracting archive EXE stub (EMX)' 4 4 5 5 STACKSIZE 196608 -
TabularUnified trunk/src/wic/wic.cpp ¶
r533 r540 1697 1697 "'Test' mode (-t) cannot be combined with other modes."); 1698 1698 1699 G_fRexxAllowed = TRUE; // V1.0.6 (2005-04-11) [pr]: @@fixes 6451700 1699 ulNextMode = MODE_TESTSCRIPT; 1701 1700 break; … … 1706 1705 "'Query' mode (-q) cannot be combined with other modes."); 1707 1706 1708 G_fRexxAllowed = TRUE; // V1.0.7 (2005-05-19) [pr]1709 1707 ulNextMode = MODE_QUERY_ARC; 1710 1708 break; … … 1742 1740 "'Make Repository' mode (-m) cannot be combined with other modes."); 1743 1741 1744 G_fRexxAllowed = TRUE;1745 1742 ulNextMode = MODE_MAKE_REPOS; 1746 1743 break; -
TabularUnified trunk/src/wic/wic.def ¶
r531 r540 1 1 NAME WIC WINDOWCOMPAT 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN archive creator'3 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN archive creator' 4 4 5 5 STACKSIZE 196608 -
TabularUnified trunk/src/wic/wic_emx.def ¶
r531 r540 1 1 NAME WIC WINDOWCOMPAT 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN archive creator (EMX)'3 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN archive creator (EMX)' 4 4 5 5 STACKSIZE 196608 -
TabularUnified trunk/src/wic/wic_install.cpp ¶
r533 r540 127 127 pcszMessage); 128 128 129 // V1.0.7 (2005-05-23) [pr] 130 switch(fl) 131 { 132 case MSG_WARNING_OK: 129 // V1.0.22 (2015-12-03) [pr]: fix missing options 130 switch(fl & 0xF) 131 { 132 case MB_OK: 133 case MB_OKCANCEL: 133 134 return(MBID_OK); 134 135 135 case M SG_ERROR_ABORT:136 case M SG_ERROR_RETRYCANCEL:136 case MB_RETRYCANCEL: 137 case MB_CANCEL: 137 138 return(MBID_CANCEL); 138 139 139 case M SG_ERROR_ABORTRETRYIGNORE:140 case MB_ABORTRETRYIGNORE: 140 141 return(MBID_ABORT); 141 142 142 case MSG_CONFIRM_YESNOCANCEL_DEFYES: 143 case MSG_CONFIRM_YESNO_DEFYES: 144 return(MBID_YES); 143 case MB_YESNO: 144 case MB_YESNOCANCEL: 145 return(MBID_YES); 146 147 case MB_ENTER: 148 case MB_ENTERCANCEL: 149 return(MBID_ENTER); 145 150 } 146 151 … … 604 609 605 610 /* 606 *@@ WIC InstallEngine2:611 *@@ WICNoInstallEngine: 607 612 * 608 613 *@@added V1.0.21 (2015-01-24) [pr] … … 677 682 *@@added V0.9.14 (2001-08-25) [umoeller] 678 683 *@@changed V1.0.12 (2006-09-07) [pr]: added error message 684 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 679 685 */ 680 686 … … 693 699 WICLocals Locals(hab, 694 700 cThousands); // V1.0.7 (2005-05-22) [pr] 701 702 Locals._ignoreRexx = TRUE; 695 703 try 696 704 { … … 856 864 * 857 865 *@@added V0.9.16 (2001-01-23) [umoeller] 866 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 867 *@@changed V1.0.22 (2015-12-03) [pr]: fix crash when unknown/not installed 858 868 */ 859 869 … … 870 880 ustrDatabasePath.assignCP(Locals._pCodecProcess, strWICPath); 871 881 882 Locals._ignoreRexx = TRUE; 872 883 try 873 884 { … … 901 912 ustring ustrSix; 902 913 pJobThis->_ArcPackage._PckID.CreateStringSix(ustrSix); 903 const ustring &ustrTargetPath(pJobThis->_pDBPackageInstalled->QueryTargetPath());904 914 905 915 CONVERT(Locals._, Six, ustr); 906 CONVERT(Locals._, TargetPath, ustr);907 916 printf("%s\n", pcszSix); 908 917 switch (pJobThis->_ulInstallStatus) 909 918 { 910 case INSTALLED_UNKNOWN:911 printf(" Unknown install status\n");912 break;913 914 919 case INSTALLED_NO: 915 920 printf(" Not installed\n"); 916 921 break; 917 922 923 // V1.0.22 (2015-12-03) [pr]: fix crash when unknown/not installed 918 924 case INSTALLED_IS_OLDER: 919 printf(" Installed version in \"%s\" is older (%s)\n",920 pcszTargetPath,921 pJobThis->_pDBPackageInstalled->_PckID._strVersion.c_str());922 break;923 924 925 case INSTALLED_IS_NEWER: 925 printf(" Installed version in \"%s\" is newer (%s)\n",926 pcszTargetPath,927 pJobThis->_pDBPackageInstalled->_PckID._strVersion.c_str());928 break;929 930 926 case INSTALLED_IS_SAME: 931 printf(" Current version installed in \"%s\"\n", 932 pcszTargetPath); 927 { 928 const ustring &ustrTargetPath(pJobThis->_pDBPackageInstalled->QueryTargetPath()); 929 930 CONVERT(Locals._, TargetPath, ustr); 931 switch (pJobThis->_ulInstallStatus) 932 { 933 case INSTALLED_IS_OLDER: 934 printf(" Installed version in \"%s\" is older (%s)\n", 935 pcszTargetPath, 936 pJobThis->_pDBPackageInstalled->_PckID._strVersion.c_str()); 937 break; 938 939 case INSTALLED_IS_NEWER: 940 printf(" Installed version in \"%s\" is newer (%s)\n", 941 pcszTargetPath, 942 pJobThis->_pDBPackageInstalled->_PckID._strVersion.c_str()); 943 break; 944 945 case INSTALLED_IS_SAME: 946 printf(" Current version installed in \"%s\"\n", 947 pcszTargetPath); 948 break; 949 } 950 951 break; 952 } 953 954 default: 955 printf(" Unknown install status\n"); 933 956 break; 934 957 } … … 1132 1155 * 1133 1156 *@@added V1.0.21 (2015-01-24) [pr] 1157 *@@changed V1.0.22 (2015-11-30) [pr]: added _ignoreRexx 1134 1158 */ 1135 1159 … … 1143 1167 FERexx *pRexx = NULL; 1144 1168 1169 Locals._ignoreRexx = TRUE; 1145 1170 if (!strchr(pcszArchive, '*') && !strchr(pcszArchive, '?')) 1146 1171 if (doshQueryDirExist(pcszArchive)) -
TabularUnified trunk/src/wicpm/wicpm.def ¶
r531 r540 6 6 NAME WICPM WINDOWAPI 7 7 8 Description '@#OS/2 Netlabs:1.0.2 1#@ WarpIN PM archive builder'8 Description '@#OS/2 Netlabs:1.0.22#@ WarpIN PM archive builder' 9 9 PROTMODE 10 10 STACKSIZE 40480 -
TabularUnified trunk/tools/inf2html/inf2html.def ¶
r531 r540 1 1 NAME INF2HTML WINDOWCOMPAT 2 2 3 Description '@#OS/2 Netlabs:1.0.2 1#@ INF to HTML converter'3 Description '@#OS/2 Netlabs:1.0.22#@ INF to HTML converter' 4 4 5 5 CODE MOVEABLE -
TabularUnified trunk/tools/strrpl/makefile ¶
r372 r540 31 31 .SUFFIXES: .c .obj .dll .idl .h .ih .rc .res 32 32 33 HELPERS_BASE_DIR = $( CVS_WORK_ROOT)\$(XWPHELPERSDIR)33 HELPERS_BASE_DIR = $(SVN_WORK_ROOT)\$(XWPHELPERSDIR) 34 34 # set up helpers directories 35 35 HELPERS = $(HELPERS_BASE_DIR)\src\helpers -
TabularUnified trunk/tools/xdoc/readme.txt ¶
r234 r540 189 189 | | | | | 190 190 | | | | +-- description 191 | | | +- author tag (same as CVSlogin)191 | | | +- author tag (same as SVN login) 192 192 | | +-- ISO date (year, month, day) 193 193 | +-- XWorkplace/WarpIN version number -
TabularUnified trunk/tools/xdoc/xdoc.def ¶
r531 r540 1 1 NAME XDOC WINDOWCOMPAT 2 2 3 Description '@#Ulrich Mller:1.0.2 1#@ xdoc source code documenter'3 Description '@#Ulrich Mller:1.0.22#@ xdoc source code documenter' 4 4 5 5 STACKSIZE 60000 -
TabularUnified trunk/warpin.tmf ¶
r533 r540 16 16 17 17 ; 18 ; This file Copyright (C) 1999-201 4Ulrich Mller.18 ; This file Copyright (C) 1999-2015 Ulrich Mller. 19 19 ; This program is free software; you can redistribute it and/or modify 20 20 ; it under the terms of the GNU General Public License as published by … … 33 33 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 34 34 35 WarpIN is a Netlabs project. The full source code is always available (and constantly being worked on) on the Netlabs CVS server. See http://www.netlabs.org for details. 36 37 We recommend using the Netlabs Open Source Archive Client (NOSAC) to access Netlabs source code. See http://nosa.netlabs.org for details. 35 WarpIN is a Netlabs project. The full source code is always available (and constantly being worked on) on the Netlabs SVN server. See http://svn.netlabs.org for details. 38 36 <--WPI0102-->: WarpIN: Error 39 37 <--WPI0103-->: WarpIN was unable to find an installation script in the given archive. … … 200 198 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 201 199 202 WarpIN is a Netlabs project. The full source code is always available (and constantly being worked on) on the Netlabs CVS server. See http://www.netlabs.org for details. 203 204 We recommend using the Netlabs Open Source Archive Client (NOSAC) to access Netlabs source code. See http://nosa.netlabs.org for details. 200 WarpIN is a Netlabs project. The full source code is always available (and constantly being worked on) on the Netlabs SVN server. See http://svn.netlabs.org for details. 205 201 206 202 <--WPI0157-->: WarpIN was unable to open the Global Database at "%1": Error %2. -
TabularUnified trunk/warpin.wis ¶
r531 r540 3 3 <HEAD> 4 4 <PCK INDEX=30000 5 PACKAGEID="OS/2 Netlabs\WarpIN\Base\1\0\2 1"5 PACKAGEID="OS/2 Netlabs\WarpIN\Base\1\0\22" 6 6 TARGET="?:\WarpIN" 7 7 TITLE="WarpIN base" … … 12 12 13 13 <PCK INDEX=30001 14 PACKAGEID="OS/2 Netlabs\WarpIN\Extras\1\0\2 1"14 PACKAGEID="OS/2 Netlabs\WarpIN\Extras\1\0\22" 15 15 TARGET="?:\WarpIN" 16 16 TITLE="WarpIN extras"
Note:
See TracChangeset
for help on using the changeset viewer.