代码搜索:msc 有哪些应用?
找到约 10,000 项符合「msc 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/207991/4999402
msc makefile.msc
## Use: nmake -f makefile.msc install
# Nothing much configurable below
# cl -help describes the options
!IFDEF DEBUG
CC = cl -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
!ELSE
C
www.eeworm.com/read/207991/5000098
msc makefile.msc
## Use: nmake -f makefile.msc install
# Nothing much configurable below
# cl -help describes the options
!IFDEF DEBUG
CC = cl -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
!ELSE
C
www.eeworm.com/read/207991/5000434
msc makefile.msc
## Use: nmake -f makefile.msc install
# Nothing much configurable below
# cl -help describes the options
!IFDEF DEBUG
CC = cl -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
!ELSE
C
www.eeworm.com/read/207991/5000489
msc makefile.msc
## Use: nmake -f makefile.msc install
# Nothing much configurable below
# cl -help describes the options
!IFDEF DEBUG
CC = cl -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
!ELSE
C
www.eeworm.com/read/206585/5008265
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/206209/5009253
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/205824/5016462
msc makefile.msc
# Makefile for Microsoft Visual C++ 6.0
# usage: nmake -f makefile.msc
# K.M. Syring (syring@gsf.de)
# Fixed up by JRS for bzip2-0.9.5d release.
CC=cl
CFLAGS= -DWIN32 -MD -Ox -D_FILE_OFFSET_BIT
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/