代码搜索:msc 开发教程
找到约 10,000 项符合「msc 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/204654/15335701
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/203535/15356362
h msc.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/203535/15356376
h msc.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/200509/15431432
msc1211
www.eeworm.com/read/112777/15477014
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/112777/15477063
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 ..\.
www.eeworm.com/read/112777/15477134
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
www.eeworm.com/read/108017/15596285
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/103517/15729964
mak msc.mak
# MSDOS make file for JPL ephemeris reader.
# This is for Microsoft make.exe make program.
# Microsoft Visual C has nmake.exe; use mscn.mak for that.
# Define one of SSYSTEM, DE400, DE200, DE245,
www.eeworm.com/read/103513/15730146
in makefile.msc.in
## -*- mode: makefile -*-
## Makefile for building the libIDL dll with Microsoft C
## Use: nmake -f Makefile.msc install
# Change this to wherever you want to install the DLLs. This directory
#