summaryrefslogtreecommitdiff
path: root/msvc/getopt_sources
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/getopt_sources')
-rw-r--r--msvc/getopt_sources23
1 files changed, 0 insertions, 23 deletions
diff --git a/msvc/getopt_sources b/msvc/getopt_sources
deleted file mode 100644
index 516cb27..0000000
--- a/msvc/getopt_sources
+++ /dev/null
@@ -1,23 +0,0 @@
-TARGETTYPE=LIBRARY
-TARGETNAME=getopt
-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
-
-INCLUDES=$(DDK_INC_PATH)
-C_DEFINES=$(C_DEFINES) /DDDKBUILD /DHAVE_STRING_H
-
-TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
-
-SOURCES=..\getopt1.c \
- ..\getopt.c \ No newline at end of file