summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-06 00:21:40 +0000
committerPete Batard <pbatard@gmail.com>2010-03-06 00:21:40 +0000
commit4ef54da3181b2d934ab4ed1bd69b8124050e5e78 (patch)
tree95ee02309738b60c33324616e3524976aae31578
parent122229e5f94f5bd97d97c9d0d8b7dd0deb4ea15d (diff)
downloadlibusb-4ef54da3181b2d934ab4ed1bd69b8124050e5e78.tar.gz
removed resource.h
-rw-r--r--libusb_dll.dsp4
-rw-r--r--msvc/libusb-1.0.rc10
-rw-r--r--msvc/resource.h15
3 files changed, 2 insertions, 27 deletions
diff --git a/libusb_dll.dsp b/libusb_dll.dsp
index 0b9a423..2c180c3 100644
--- a/libusb_dll.dsp
+++ b/libusb_dll.dsp
@@ -167,10 +167,6 @@ SOURCE=.\libusb\os\poll_posix.h
# End Source File
# Begin Source File
-SOURCE=.\msvc\resource.h
-# End Source File
-# Begin Source File
-
SOURCE=.\libusb\os\threads_posix.h
# End Source File
# Begin Source File
diff --git a/msvc/libusb-1.0.rc b/msvc/libusb-1.0.rc
index 769ddb6..5dea80c 100644
--- a/msvc/libusb-1.0.rc
+++ b/msvc/libusb-1.0.rc
@@ -1,6 +1,5 @@
//Microsoft Developer Studio generated resource script.
//
-#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -46,16 +45,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 TEXTINCLUDE DISCARDABLE
BEGIN
- "resource.h\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE
-BEGIN
"#include ""winresrc.h""\r\n"
"\0"
END
-3 TEXTINCLUDE DISCARDABLE
+2 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
@@ -117,7 +111,7 @@ END
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
-// Generated from the TEXTINCLUDE 3 resource.
+// Generated from the TEXTINCLUDE 2 resource.
//
diff --git a/msvc/resource.h b/msvc/resource.h
deleted file mode 100644
index d973f20..0000000
--- a/msvc/resource.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
-// Used by libusb-1.0.rc
-//
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 101
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1000
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif