sv_shared_memory_static.dsp

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· DSP 代码 · 共 91 行

DSP
91
字号
# Microsoft Developer Studio Project File - Name="SV_Shared_Memory_Static" - Package Owner=<4># Microsoft Developer Studio Generated Build File, Format Version 6.00# ** DO NOT EDIT **# TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=SV_Shared_Memory_Static - Win32 Debug!MESSAGE This is not a valid makefile. To build this project using NMAKE,!MESSAGE run the tool that generated this project file and specify the!MESSAGE nmake output type.  You can then use the following command:!MESSAGE!MESSAGE NMAKE.!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 CFG="SV_Shared_Memory_Static - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration are:!MESSAGE!MESSAGE "SV_Shared_Memory_Static - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE "SV_Shared_Memory_Static - Win32 Release" (based on "Win32 (x86) Console Application")!MESSAGE# Begin Project# PROP AllowPerConfigDependencies 0# PROP Scc_ProjName ""# PROP Scc_LocalPath ""CPP=cl.exeMTL=midl.exeRSC=rc.exe!IF  "$(CFG)" == "SV_Shared_Memory_Static - Win32 Debug"# PROP Use_MFC 0# PROP Use_Debug_Libraries 1# PROP Output_Dir "Static_Debug"# PROP Intermediate_Dir "Static_Debug\SV_Shared_Memory_Static"# PROP Target_Dir ""# ADD CPP /nologo /Ob0 /W3 /Gm /GX /Zi /MDd /GR /Gy /Fd"Static_Debug\SV_Shared_Memory_Static/" /I "..\..\.." /D _DEBUG /D WIN32 /D _CONSOLE /D ACE_AS_STATIC_LIBS /FD /c# SUBTRACT CPP /YX# ADD MTL /D "_DEBUG" /nologo /mktyplib203 /win32# ADD RSC /l 0x409 /d _DEBUG /i "..\..\.."BSC32=bscmake.exe# ADD BSC32 /nologo LINK32=link.exe# ADD LINK32 advapi32.lib user32.lib /INCREMENTAL:NO ACEsd.lib /libpath:"." /libpath:"..\..\..\lib" /nologo /subsystem:console /pdb:"Static_Debug\SV_Shared_Memory_Test.pdb" /debug /machine:I386 /out:"Static_Debug\SV_Shared_Memory_Test.exe"!ELSEIF  "$(CFG)" == "SV_Shared_Memory_Static - Win32 Release"# PROP Use_MFC 0# PROP Use_Debug_Libraries 0# PROP Output_Dir "Static_Release"# PROP Intermediate_Dir "Static_Release\SV_Shared_Memory_Static"# PROP Target_Dir ""# ADD CPP /nologo /O2 /W3 /GX /MD /GR /I "..\..\.." /D NDEBUG /D WIN32 /D _CONSOLE /D ACE_AS_STATIC_LIBS /FD /c# SUBTRACT CPP /YX# ADD MTL /D "NDEBUG" /nologo /mktyplib203 /win32# ADD RSC /l 0x409 /d NDEBUG /i "..\..\.."BSC32=bscmake.exe# ADD BSC32 /nologo LINK32=link.exe# ADD LINK32 advapi32.lib user32.lib /INCREMENTAL:NO ACEs.lib /libpath:"." /libpath:"..\..\..\lib" /nologo /subsystem:console /pdb:none  /machine:I386 /out:"Static_Release\SV_Shared_Memory_Test.exe"!ENDIF# Begin Target# Name "SV_Shared_Memory_Static - Win32 Debug"# Name "SV_Shared_Memory_Static - Win32 Release"# Begin Group "Source Files"# PROP Default_Filter "cpp;cxx;c"# Begin Source FileSOURCE="SV_Shared_Memory_Test.cpp"# End Source File# End Group# Begin Group "Header Files"# PROP Default_Filter "h;hpp;hxx;hh"# Begin Source FileSOURCE="SV_Shared_Memory_Test.h"# End Source File# End Group# End Target# End Project

⌨️ 快捷键说明

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