代码搜索:msc 有哪些应用?
找到约 10,000 项符合「msc 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/414969/2138652
msc makefile.msc
all:
@cd common
@-$(MAKE) /NOLOGO -f makefile.msc $@
@cd ..\fe-gtk
@-$(MAKE) /NOLOGO -f makefile.msc $@
clean:
del common\*.obj
del common\xchatcommon.lib
del fe-gtk\*.obj
del fe-gt
www.eeworm.com/read/414969/2138669
msc makeinc.msc
### EDIT THESE ################################################
#OPENSSL = YES
#PERL = YES
GLIB = -IC:\Cygwin\usr\src\glib
GTK = -IC:\Cygwin\usr\src\gtk+\gtk -IC:\Cygwin\usr\src\gtk+\gdk
PERLPATH
www.eeworm.com/read/414969/2138685
msc makefile.msc
include "..\makeinc.msc"
all: $(COMMON_OBJECTS) xchatcommon.lib
xchatcommon.lib: $(COMMON_OBJECTS)
lib -out:xchatcommon.lib $(COMMON_OBJECTS)
.c.obj:
$(CC) $(CFLAGS) $(GLIB) /c $<
clean:
del *.
www.eeworm.com/read/414969/2138734
msc makefile.msc
include "..\makeinc.msc"
LDFLAGS = $(LIBS) /NOLOGO /OPT:NOWIN98
COMLIB = ..\common\xchatcommon.lib
PROG = xchat.exe
all: $(PROG)
.c.obj:
$(CC) $(CFLAGS) $(GLIB) $(GTK) /c $<
$(PROG): $(FEGTK_OBJE
www.eeworm.com/read/413812/2159282
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/412251/2173142
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/412251/2173415
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/409921/2220225
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/409921/2224962
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/395296/2442349
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