asx_message_queue_priority_buffer.dsp

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

DSP
83
字号
# Microsoft Developer Studio Project File - Name="ASX_Message_Queue_Priority_Buffer" - Package Owner=<4># Microsoft Developer Studio Generated Build File, Format Version 6.00# ** DO NOT EDIT **# TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=ASX_Message_Queue_Priority_Buffer - 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="ASX_Message_Queue_Priority_Buffer - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration are:!MESSAGE!MESSAGE "ASX_Message_Queue_Priority_Buffer - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE "ASX_Message_Queue_Priority_Buffer - 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)" == "ASX_Message_Queue_Priority_Buffer - Win32 Debug"# PROP Use_MFC 0# PROP Use_Debug_Libraries 1# PROP Output_Dir "."# PROP Intermediate_Dir "Debug\ASX_Message_Queue_Priority_Buffer"# PROP Target_Dir ""# ADD CPP /nologo /Ob0 /W3 /Gm /GX /Zi /MDd /GR /Gy /Fd"Debug\ASX_Message_Queue_Priority_Buffer/" /I "..\..\.." /D _DEBUG /D WIN32 /D _CONSOLE /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 ACEd.lib /libpath:"." /libpath:"..\..\..\lib" /nologo /subsystem:console /pdb:".\priority_buffer.pdb" /debug /machine:I386 /out:".\priority_buffer.exe"!ELSEIF  "$(CFG)" == "ASX_Message_Queue_Priority_Buffer - Win32 Release"# PROP Use_MFC 0# PROP Use_Debug_Libraries 0# PROP Output_Dir "Release"# PROP Intermediate_Dir "Release\ASX_Message_Queue_Priority_Buffer"# PROP Target_Dir ""# ADD CPP /nologo /O2 /W3 /GX /MD /GR /I "..\..\.." /D NDEBUG /D WIN32 /D _CONSOLE /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 ACE.lib /libpath:"." /libpath:"..\..\..\lib" /nologo /subsystem:console /pdb:none  /machine:I386 /out:"Release\priority_buffer.exe"!ENDIF# Begin Target# Name "ASX_Message_Queue_Priority_Buffer - Win32 Debug"# Name "ASX_Message_Queue_Priority_Buffer - Win32 Release"# Begin Group "Source Files"# PROP Default_Filter "cpp;cxx;c"# Begin Source FileSOURCE="priority_buffer.cpp"# End Source File# End Group# End Target# End Project

⌨️ 快捷键说明

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