summaryrefslogtreecommitdiff
path: root/msvc/stress_sources
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/stress_sources')
-rw-r--r--msvc/stress_sources21
1 files changed, 0 insertions, 21 deletions
diff --git a/msvc/stress_sources b/msvc/stress_sources
deleted file mode 100644
index 0b4c6dc..0000000
--- a/msvc/stress_sources
+++ /dev/null
@@ -1,21 +0,0 @@
-TARGETNAME=stress
-TARGETTYPE=PROGRAM
-386_STDCALL=0
-
-_NT_TARGET_VERSION=$(_NT_TARGET_VERSION_WINXP)
-
-!IFNDEF MSC_WARNING_LEVEL
-MSC_WARNING_LEVEL=/W3
-!ENDIF
-
-!IFDEF STATIC_LIBC
-USE_LIBCMT=1
-!ELSE
-USE_MSVCRT=1
-!ENDIF
-
-UMTYPE=console
-INCLUDES=..\..\msvc;..\..\libusb;$(DDK_INC_PATH)
-UMLIBS=..\..\libusb\os\obj$(BUILD_ALT_DIR)\*\libusb-1.0.lib
-SOURCES=..\stress.c \
- ..\testlib.c \ No newline at end of file