代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/122539/14685878
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/468599/1485496
makefile
#
# Chapter 8 - Example 1 - 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 ol
www.eeworm.com/read/468599/1485507
makefile
#
# Chapter 8 - Example 2 - 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 ol
www.eeworm.com/read/172103/5390274
makefile
#
# Chapter 8 - Example 1 - 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 ol
www.eeworm.com/read/172103/5390285
makefile
#
# Chapter 8 - Example 2 - 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 ol
www.eeworm.com/read/321386/3537206
makefile
.PHONY: clean tidy
BSC = bsc -u -aggressive-conditions -keep-fires -no-show-method-conf -show-compiles \
-steps 1000000 +RTS -K4000M -RTS -show-schedule
SRC_DIR =
BSC_SYN = $(BSC) $(SRC_DIR) -elab -
www.eeworm.com/read/280911/4122369
makefile
.PHONY: clean tidy
BSC = bsc -u -aggressive-conditions -keep-fires -no-show-method-conf -show-compiles \
-steps 1000000 +RTS -K4000M -RTS -show-schedule
SRC_DIR =
BSC_SYN = $(BSC) $(SRC_DIR) -elab -
www.eeworm.com/read/269943/11053679
makefile
#
# Chapter 8 - Example 1 - 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 ol
www.eeworm.com/read/269943/11053705
makefile
#
# Chapter 8 - Example 2 - 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 ol
www.eeworm.com/read/269943/11053744
makefile
#
# Chapter 9 - Makefile
#
#
# Flags - Always compiles debug.
#
CPP_FLAGS=/c /MTd /Zi /Od /D_DEBUG
EXE_LINK_FLAGS= /NOD /DEBUG
DLL_LINK_FLAGS=/NOD /DLL /DEBUG
LIBS=kernel32.lib uuid.lib ad