代码搜索:msc 开发教程
找到约 10,000 项符合「msc 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/366359/2890906
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/366359/2891029
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/366359/2891121
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/354980/3070486
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/354521/3077621
msc makefile.msc
PGPLIB= ..\bnlib.lib
CFLAGS=-I..\.. -DHAVE_CONFIG_H=1 $(DEBUG)
RM= del
all:: lib
BNLIB= DONE
headers: incl
!include "makefile.in"
incl:
if not "$(PUBHDRS)"=="" \
for %f in ( $(P
www.eeworm.com/read/353751/3082106
msc makefile.msc
# Makefile.msc -- Makefile for MS-VC++ (-*- makefile -*-)
#
# Copyright (C) 2003, 2004 Raymond Penners
#
# $Id: Makefile.msc,v 1.3 2004/05/21 19:02:59 cinamod Exp $
!INCLUDE .
www.eeworm.com/read/353749/3082452
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/266151/4274237
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/259903/4338407
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/258350/4356669
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