anirremote.mak

来自「AnirOCX - An OCX to add remote control s」· MAK 代码 · 共 773 行 · 第 1/2 页

MAK
773
字号
	"$(INTDIR)\AnirRemote.obj" \
	"$(INTDIR)\AnirRemote.res" \
	"$(INTDIR)\AnirRemoteCtl.obj" \
	"$(INTDIR)\StdAfx.obj"

"$(OUTDIR)\Anir.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

# Begin Custom Build - Registering OLE control...
OutDir=.\ReleaseU
TargetPath=.\ReleaseU\Anir.ocx
InputPath=.\ReleaseU\Anir.ocx
SOURCE=$(InputPath)

"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   regsvr32 /s /c "$(TargetPath)"
   echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"

# End Custom Build

!ENDIF 

.c{$(CPP_OBJS)}.obj:
   $(CPP) $(CPP_PROJ) $<  

.cpp{$(CPP_OBJS)}.obj:
   $(CPP) $(CPP_PROJ) $<  

.cxx{$(CPP_OBJS)}.obj:
   $(CPP) $(CPP_PROJ) $<  

.c{$(CPP_SBRS)}.sbr:
   $(CPP) $(CPP_PROJ) $<  

.cpp{$(CPP_SBRS)}.sbr:
   $(CPP) $(CPP_PROJ) $<  

.cxx{$(CPP_SBRS)}.sbr:
   $(CPP) $(CPP_PROJ) $<  

################################################################################
# Begin Target

# Name "AnirRemote - Win32 Release"
# Name "AnirRemote - Win32 Debug"
# Name "AnirRemote - Win32 Unicode Debug"
# Name "AnirRemote - Win32 Unicode Release"

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

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

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"

!ENDIF 

################################################################################
# Begin Source File

SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
	".\StdAfx.h"\
	

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

# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
 "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)/AnirRemote.pch"\
 /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\AnirRemote.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

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

# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
 /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)/AnirRemote.pch"\
 /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\AnirRemote.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"

# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
 /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE"\
 /Fp"$(INTDIR)/AnirRemote.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c\
 $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\AnirRemote.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"

# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
 "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)/AnirRemote.pch"\
 /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\AnirRemote.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\AnirRemote.cpp
DEP_CPP_ANIRR=\
	".\AnirRemote.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\AnirRemote.obj" : $(SOURCE) $(DEP_CPP_ANIRR) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


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


"$(INTDIR)\AnirRemote.obj" : $(SOURCE) $(DEP_CPP_ANIRR) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"


"$(INTDIR)\AnirRemote.obj" : $(SOURCE) $(DEP_CPP_ANIRR) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"


"$(INTDIR)\AnirRemote.obj" : $(SOURCE) $(DEP_CPP_ANIRR) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\AnirRemote.def

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

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

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"

!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\AnirRemote.rc

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

DEP_RSC_ANIRRE=\
	".\Release\AnirRemote.tlb"\
	".\res\anir.bmp"\
	".\res\anir.ico"\
	

"$(INTDIR)\AnirRemote.res" : $(SOURCE) $(DEP_RSC_ANIRRE) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/AnirRemote.res" /i "Release" /d "NDEBUG" /d\
 "_AFXDLL" $(SOURCE)


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

DEP_RSC_ANIRRE=\
	".\res\anir.bmp"\
	".\res\anir.ico"\
	
NODEP_RSC_ANIRRE=\
	".\Debug\AnirRemote.tlb"\
	

"$(INTDIR)\AnirRemote.res" : $(SOURCE) $(DEP_RSC_ANIRRE) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/AnirRemote.res" /i "Debug" /d "_DEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"

DEP_RSC_ANIRRE=\
	".\res\anir.bmp"\
	".\res\anir.ico"\
	
NODEP_RSC_ANIRRE=\
	".\DebugU\AnirRemote.tlb"\
	

"$(INTDIR)\AnirRemote.res" : $(SOURCE) $(DEP_RSC_ANIRRE) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/AnirRemote.res" /i "DebugU" /d "_DEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"

DEP_RSC_ANIRRE=\
	".\res\anir.bmp"\
	".\res\anir.ico"\
	
NODEP_RSC_ANIRRE=\
	".\ReleaseU\AnirRemote.tlb"\
	

"$(INTDIR)\AnirRemote.res" : $(SOURCE) $(DEP_RSC_ANIRRE) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/AnirRemote.res" /i "ReleaseU" /d "NDEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\AnirRemoteCtl.cpp
DEP_CPP_ANIRREM=\
	".\anir32.h"\
	".\AnirRemote.h"\
	".\AnirRemoteCtl.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\AnirRemoteCtl.obj" : $(SOURCE) $(DEP_CPP_ANIRREM) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


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


"$(INTDIR)\AnirRemoteCtl.obj" : $(SOURCE) $(DEP_CPP_ANIRREM) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"


"$(INTDIR)\AnirRemoteCtl.obj" : $(SOURCE) $(DEP_CPP_ANIRREM) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"


"$(INTDIR)\AnirRemoteCtl.obj" : $(SOURCE) $(DEP_CPP_ANIRREM) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\anir32.cpp
DEP_CPP_ANIR3=\
	".\anir32.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\anir32.obj" : $(SOURCE) $(DEP_CPP_ANIR3) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


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


"$(INTDIR)\anir32.obj" : $(SOURCE) $(DEP_CPP_ANIR3) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"


"$(INTDIR)\anir32.obj" : $(SOURCE) $(DEP_CPP_ANIR3) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"


"$(INTDIR)\anir32.obj" : $(SOURCE) $(DEP_CPP_ANIR3) "$(INTDIR)"\
 "$(INTDIR)\AnirRemote.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\AnirRemote.odl

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


"$(OUTDIR)\AnirRemote.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "NDEBUG" /tlb "$(OUTDIR)/AnirRemote.tlb" /win32 $(SOURCE)


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


"$(OUTDIR)\AnirRemote.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "_DEBUG" /tlb "$(OUTDIR)/AnirRemote.tlb" /win32 $(SOURCE)


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Debug"


"$(OUTDIR)\AnirRemote.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "_DEBUG" /tlb "$(OUTDIR)/AnirRemote.tlb" /win32 $(SOURCE)


!ELSEIF  "$(CFG)" == "AnirRemote - Win32 Unicode Release"


"$(OUTDIR)\AnirRemote.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "NDEBUG" /tlb "$(OUTDIR)/AnirRemote.tlb" /win32 $(SOURCE)


!ENDIF 

# End Source File
# End Target
# End Project
################################################################################

⌨️ 快捷键说明

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