代码搜索:msc 开发教程
找到约 10,000 项符合「msc 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/207991/4999151
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/4999186
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/4999353
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/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