代码搜索:msc 开发教程

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

代码结果 10,000
www.eeworm.com/read/205824/5020315

c msc.c

/* * File msc.c - read VC++ debug information from COFF and eventually * from PDB files. * * Copyright (C) 1996, Eric Youngdale. * Copyright (C) 1999-2000, Ulrich Weigand. * Copyright
www.eeworm.com/read/199629/5075635

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 hav
www.eeworm.com/read/196482/5102359

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 -f win32/
www.eeworm.com/read/196482/5102400

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)
www.eeworm.com/read/196482/5102468

msc makefile.msc

# Makefile for zlib # Microsoft C 5.1 or later # Last updated: 19-Mar-2003 # To use, do "make makefile.msc" # To compile in small model, set below: MODEL=S # If you wish to reduce the memory require
www.eeworm.com/read/194563/5129345

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/194535/5131783

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/190056/5191008

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/186856/5229753

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/180437/5283991

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