all.dsp

来自「microsoft vision source code」· DSP 代码 · 共 80 行

DSP
80
字号
# Microsoft Developer Studio Project File - Name="All" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) External Target" 0x0106

CFG=All - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "All.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "All.mak" CFG="All - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "All - Win32 Release" (based on "Win32 (x86) External Target")
!MESSAGE "All - Win32 Debug" (based on "Win32 (x86) External Target")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0

!IF  "$(CFG)" == "All - Win32 Release"

# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Cmd_Line "NMAKE /f All.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "All.exe"
# PROP BASE Bsc_Name "All.bsc"
# PROP BASE Target_Dir ""
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Temp"
# PROP Intermediate_Dir "Temp"
# PROP Cmd_Line "NMAKE /f VisProj.mak VISBUILD=allrel"
# PROP Rebuild_Opt "/a"
# PROP Target_File "Temp\buildallrel.snt"
# PROP Bsc_Name ""
# PROP Target_Dir ""

!ELSEIF  "$(CFG)" == "All - Win32 Debug"

# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Cmd_Line "NMAKE /f All.mak"
# PROP BASE Rebuild_Opt "/a"
# PROP BASE Target_File "All.exe"
# PROP BASE Bsc_Name "All.bsc"
# PROP BASE Target_Dir ""
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Temp"
# PROP Intermediate_Dir "Temp"
# PROP Cmd_Line "NMAKE /f VisProj.mak VISBUILD=alldbg"
# PROP Rebuild_Opt "/a"
# PROP Target_File "Temp\buildalldbg.snt"
# PROP Bsc_Name ""
# PROP Target_Dir ""

!ENDIF 

# Begin Target

# Name "All - Win32 Release"
# Name "All - Win32 Debug"

!IF  "$(CFG)" == "All - Win32 Release"

!ELSEIF  "$(CFG)" == "All - Win32 Debug"

!ENDIF 

# End Target
# End Project

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?