代码搜索:msc 有哪些应用?

找到约 10,000 项符合「msc 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/337445/3340742

msc invite.msc

# # MSCs Illustrating NTA Usage # User Agent Client Initiating a Call ----------------------------------- APP
www.eeworm.com/read/333819/3382687

msc makefile.msc

dirent.lib : dirent.c cl -MD -Ox -I. -c dirent.c lib -out:dirent.lib dirent.obj
www.eeworm.com/read/323643/3512059

msc makefile.msc

# makefile for libpng # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # For conditions of distribution and use, see copyright notice in png.h # Assumes that zlib.lib, zconf.h, and zlib.h have b
www.eeworm.com/read/323643/3512247

msc makefile.msc

# Makefile for zlib # Microsoft C 5.1 or later # To use, do "make makefile.msc" # To compile in small model, set below: MODEL=S # If you wish to reduce the memory requirements (default 256K for big
www.eeworm.com/read/317148/3583105

msc makefile.msc

# Makefile for zlib # Microsoft C 5.1 or later # To use, do "make makefile.msc" # To compile in small model, set below: MODEL=S # If you wish to reduce the memory requirements (default 256K fo
www.eeworm.com/read/316433/3611592

msc makefile.msc

# Makefile for zlib # Microsoft C 5.1 or later # To use, do "make makefile.msc" # To compile in small model, set below: MODEL=S # If you wish to reduce the memory requirements (default 256K fo
www.eeworm.com/read/316290/3612227

msc makefile.msc

# Makefile for zlib # Microsoft C 5.1 or later # To use, do "make makefile.msc" # To compile in small model, set below: MODEL=S # If you wish to reduce the memory requirements (default 256K fo
www.eeworm.com/read/313170/3645243

msc makefile.msc

# Makefile for gzip # Microsoft C 5.1 or 6.0. # To use, do "make makefile.msc" # WARNING: the small model is not supported. The compact model is used # here. If you want to use the large model, add
www.eeworm.com/read/313170/3645283

msc makefile.msc

# Makefile for zlib -- Microsoft (Visual) C # # Authors: # Cosmin Truta, 11-Mar-2003 # Christian Spieler, 19-Mar-2003 # # Last updated: # Cosmin Truta, 27-Aug-2003 # # Usage: # nmake
www.eeworm.com/read/313170/3645319

msc makefile.msc

CC=cl CFLAGS=-MD untgz.exe: untgz.obj ..\..\zlib.lib $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib untgz.obj: untgz.c ..\..\zlib.h $(CC) $(CFLAGS) -c -I..\.. untgz.c ..\..\zlib.lib: cd ..\.