代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/269943/11053892
makefile
#
# Chapter 7 - Makefile
#
#
# Flags - Always compiles debug.
#
CPP_FLAGS=/c /MTd /Zi /Od /D_DEBUG
EXE_LINK_FLAGS=/DEBUG
DLL_LINK_FLAGS=/DLL /DEBUG
LIBS=UUID.lib Advapi32.lib Ole32.lib
#
www.eeworm.com/read/312645/3657938
changelog
2005-12-02 Andrew Lunn
* cdl/sh_dreamcast_rltk8139_eth_drivers.cdl: Add compiler
flags "-D_KERNEL -D__ECOS" so the code compiles.
2004-04-21 Yoshinori Sato
www.eeworm.com/read/392773/2491061
mak targetdirs.mak
# Time-stamp:
# $Id$
!ifdef TARGET_PROC
TARGET_NAME=$(COMPILER_NAME)-$(TARGET_PROC)
!else
TARGET_NAME=$(COMPILER_NAME)
!endif
# special case for evc3/evc4 emulator compiles
!
www.eeworm.com/read/360524/2960907
changelog
ac3dec-0.5.0 Wed Jun 23 11:06:06 EDT 1999
-First public release of ac3dec.
ac3dec-0.5.1 Wed Jun 30 17:48:52 PDT 1999
-Compiles and dies gracefully under Linux now.
ac3dec-0.5.2 Sun Jul 4 12:00:2