[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r395436 - /apr/apr-util/branches/1.2.x/libaprutil.rc
From:       wrowe () apache ! org
Date:       2006-04-19 23:24:57
Message-ID: 20060419232458.84010.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: wrowe
Date: Wed Apr 19 16:24:55 2006
New Revision: 395436

URL: http://svn.apache.org/viewcvs?rev=395436&view=rev
Log:

  The libaprutil.dll is VOS_DLL not VOS_APP, correctly designate this
  a pre-release when the isdev flag is set, and indicate NT only for
  explicit NT builds.

Backports: 395435 

Modified:
    apr/apr-util/branches/1.2.x/libaprutil.rc

Modified: apr/apr-util/branches/1.2.x/libaprutil.rc
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/libaprutil.rc?rev=395436&r1=395435&r2=395436&view=diff
 ==============================================================================
--- apr/apr-util/branches/1.2.x/libaprutil.rc (original)
+++ apr/apr-util/branches/1.2.x/libaprutil.rc Wed Apr 19 16:24:55 2006
@@ -23,13 +23,25 @@
  FILEVERSION APU_VERSION_STRING_CSV,0
  PRODUCTVERSION APU_VERSION_STRING_CSV,0
  FILEFLAGSMASK 0x3fL
+#if defined(APU_IS_DEV_VERSION)
+#if defined(_DEBUG)
+ FILEFLAGS 0x03L
+#else
+ FILEFLAGS 0x02L
+#endif
+#else
 #if defined(_DEBUG)
  FILEFLAGS 0x01L
 #else
  FILEFLAGS 0x00L
 #endif
+#endif
+#if defined(WINNT) || defined(WIN64)
  FILEOS 0x40004L
- FILETYPE 0x1L
+#else
+ FILEOS 0x4L
+#endif
+ FILETYPE 0x2L
  FILESUBTYPE 0x0L
 BEGIN
   BLOCK "StringFileInfo"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic