Source mumsg.dll completa

293 palavras 2 páginas
# Microsoft Developer Studio Generated NMAKE File, Based on MuMsg.dsp
!IF "$(CFG)" == ""
CFG=MuMsg - Win32 Debug
!MESSAGE No configuration specified. Defaulting to MuMsg - Win32 Debug.
!ENDIF

!IF "$(CFG)" != "MuMsg - Win32 Release" && "$(CFG)" != "MuMsg - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!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 "MuMsg.mak" CFG="MuMsg - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "MuMsg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "MuMsg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF

CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

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

OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros

ALL : "$(OUTDIR)\MuMsg.dll"

CLEAN : -@erase "$(INTDIR)\MuMsg.obj" -@erase "$(INTDIR)\MuMsg.pch" -@erase "$(INTDIR)\StdAfx.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\MuMsg.dll" -@erase "$(OUTDIR)\MuMsg.exp" -@erase "$(OUTDIR)\MuMsg.lib"

"$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MUMSG_EXPORTS" /Fp"$(INTDIR)\MuMsg.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MuMsg.bsc"
BSC32_SBRS= \ LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\MuMsg.pdb" /machine:I386

Relacionados