example1.dsp
来自「一个把VB原代码转换为VC原代码的软件代码。」· DSP 代码 · 共 81 行
DSP
81 行
# Microsoft Developer Studio Project File - Name="Example1" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Windows Application" 0x0103
CFG=Example1 - Win32 Release
!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 "Example1.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 "Example1.mak" CFG="Example1 - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "Example1 - Win32 Release" (based on "Win32 (x86) Windows Application")
!MESSAGE "Example1 - Win32 Debug" (based on "Win32 (x86) Windows Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "Example1 - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 1
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /W3 /O2 /D "WIN32" /D "_MBCS" /FD /GF /GA /c
# ADD BASE RSC /l 0x40c
# ADD RSC /l 0x40c
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib /nologo /subsystem:windows /machine:I386 /MERGE:.data=.text /MERGE:.rdata=.text /SECTION:.text,ERW /IGNORE:4078
# ADD LINK32 kernel32.lib user32.lib /nologo /subsystem:windows /pdb:none /machine:I386 /MERGE:.data=.text /MERGE:.rdata=.text /SECTION:.text,ERW /IGNORE:4078
!ELSEIF "$(CFG)" == "Example1 - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Ignore_Export_Lib 1
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 1
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /FD /GF /GA /c
# ADD CPP /nologo /W3 /ZI /D "NDEBUG" /D "WIN32" /D "_MBCS" /FAs /FR /FD /GF /GA /c
# ADD BASE RSC /l 0x40c /D "NDEBUG"
# ADD RSC /l 0x40c /D "NDEBUG"
BSC32 = bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32 = link.exe
# ADD BASE LINK32 kernel32.lib user32.lib /nologo /subsystem:windows /pdb:none /machine:I386 /MERGE:.data=.text /MERGE:.rdata=.text /SECTION:.text,ERW /IGNORE:4078
# ADD LINK32 kernel32.lib user32.lib /nologo /subsystem:windows /pdb:none /debug /debugtype:both /machine:I386 /MERGE:.data=.text /MERGE:.rdata=.text /SECTION:.text,ERW /IGNORE:4078
!ENDIF
# Begin Target
# Name "Example1 - Win32 Release"
# Name "Example1 - Win32 Debug"
# Begin Source File
SOURCE=.\Example1.cpp
# End Source File
# End Target
# End Project
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?