代码搜索:msc 开发教程

找到约 10,000 项符合「msc 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/273759/4193371

msc make.msc

# Common makefile definitions for building GLib, GTk+, and various # software that use these libraries with msvc on Win32 # For more detailed information see make.mingw in this same directory # Debu
www.eeworm.com/read/273759/4193378

msc makefile.msc

TOP = ..\..\..\.. !INCLUDE $(TOP)\glib\build\win32\make.msc dirent_OBJECTS = dirent.obj wdirent.obj INCLUDES = -I. all : dirent.lib dirent.lib : $(dirent_OBJECTS) lib /out:dirent.lib /nodefaultl
www.eeworm.com/read/271650/4226504

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/447892/1693684

msc makefile.msc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for # Microsoft C 5.1 or 6.0. # To use, do "make makefile.msc" # Add -DSMALL_MEM or -DMEDIUM_MEM to CFLAGS if you wish to reduce the memory # requi
www.eeworm.com/read/437648/1830045

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/431664/1905245

msc invite.msc

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

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/425562/2005600

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/423356/2027836

msc makefile.msc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for # Microsoft C 5.1 or 6.0. # To use, do "make makefile.msc" # Add -DSMALL_MEM or -DMEDIUM_MEM to CFLAGS if you wish to reduce the memory # requi
www.eeworm.com/read/421815/2047457

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 ..\.. $(MAKE)