]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Added RC files to SDP
authortzachid <tzachid@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 24 Nov 2005 14:43:28 +0000 (14:43 +0000)
committertzachid <tzachid@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 24 Nov 2005 14:43:28 +0000 (14:43 +0000)
Removed support for windows 9x from the provider. (Rev 774)

git-svn-id: svn://openib.tc.cornell.edu/gen1@187 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/sdp/kernel/SOURCES
trunk/ulp/sdp/kernel/makefile
trunk/ulp/sdp/kernel/sdp.rc [new file with mode: 0644]

index 83f1c428f9735817645b51a7f44135232f2d7d54..e5a3e4efc17f86be7d63f824bc7ac4cf40c506dc 100644 (file)
@@ -2,7 +2,8 @@ TARGETNAME=Sdp
 TARGETPATH=..\..\..\bin\kernel\obj$(BUILD_ALT_DIR)\r
 TARGETTYPE=DRIVER\r
 \r
-SOURCES= SdpDriver.cpp         \\r
+SOURCES= Sdp.rc                 \\r
+        SdpDriver.cpp          \\r
         SdpUserFile.cpp        \\r
         SdpGenUtils.cpp        \\r
         SdpSocket.cpp          \\r
@@ -10,7 +11,8 @@ SOURCES= SdpDriver.cpp        \
         SdpBufferPool.cpp      \\r
         SdpRecvPool.cpp        \\r
         SdpConnectionList.cpp  \\r
-        SdpTrace.cpp\r
+        SdpTrace.cpp           \r
+         \r
 \r
 INCLUDES=..\include;\\r
          ..\..\..\inc;\\r
index 9c985f57bc6a7c054e47a7b8a63af4dca9ce53dd..128ed3728c4ef43572291649dc80d16d71e1ac5b 100644 (file)
@@ -4,4 +4,4 @@
 # that is shared by all the driver components of the Windows NT DDK\r
 #\r
 \r
-!INCLUDE $(NTMAKEENV)\makefile.def\r
+!INCLUDE ..\..\..\inc\openib.def\r
diff --git a/trunk/ulp/sdp/kernel/sdp.rc b/trunk/ulp/sdp/kernel/sdp.rc
new file mode 100644 (file)
index 0000000..a9ef0d2
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  All rights reserved.\r
+ *\r
+ * This software is available to you under the OpenIB.org BSD license\r
+ * below:\r
+ *\r
+ *     Redistribution and use in source and binary forms, with or\r
+ *     without modification, are permitted provided that the following\r
+ *     conditions are met:\r
+ *\r
+ *      - Redistributions of source code must retain the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer.\r
+ *\r
+ *      - Redistributions in binary form must reproduce the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer in the documentation and/or other materials\r
+ *        provided with the distribution.\r
+ *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
+ * SOFTWARE.\r
+ *\r
+ * $Id$\r
+ */\r
+\r
+\r
+#include <oib_ver.h>\r
+\r
+#define VER_FILETYPE                           VFT_DRV\r
+#define VER_FILESUBTYPE                                VFT2_UNKNOWN\r
+\r
+#if DBG\r
+#define VER_FILEDESCRIPTION_STR                "SDP over InfiniBand Driver (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "SDP over InfiniBand Driver"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "sdp.sys"\r
+#define VER_ORIGINALFILENAME_STR       "sdp.sys"\r
+\r
+#include <common.ver>\r