代码搜索:msc 开发教程
找到约 10,000 项符合「msc 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/308670/13696924
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
# AL --
www.eeworm.com/read/308670/13696932
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
# AL --
www.eeworm.com/read/308670/13696938
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
#
www.eeworm.com/read/308670/13696945
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
# AL --
www.eeworm.com/read/308670/13696950
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
# AL --
www.eeworm.com/read/304660/13790071
msc makefile.msc
TOP = ../..
!INCLUDE $(TOP)/glib/build/win32/make.msc
!IFNDEF PERL
PERL = perl
!ENDIF
# Possibly override Pango version from build/win32/module.defs
PANGO_VER = 1.0
PANGO_MODULE_VERSION = 1.6.0
# I
www.eeworm.com/read/148359/5715709
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/145991/5741141
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
www.eeworm.com/read/145991/5741613
msc makefile.msc
#
# Makefile for RSX
# Rainer Schnitker
#
# This Makefile was written for ndmake
# Change VPATH statements for dmake
# vpath: your make uses ';' or ':' between directories
VPATH = $(BLD);$(
www.eeworm.com/read/143881/5754172
weh msc.weh
[KEYWORDS]
#DEFINE=1
#ELIF=1
#ELSE=1
#ENDIF=1
#ERROR=1
#IF=1
#IFDEF=1
#IFNDEF=1
#INCLUDE=1
#LINE=1
#PRAGMA=1
#UNDEF=1
ABORT=1
ABS=1
ACCESS=1
ACOS=1
ACOSL=1
ALLOCA=1
ALLOC_TEXT=1
AS