?? rmp.mak
字號:
".\rmp.dlf" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
SOURCE=$(InputPath)
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
ALL : $(DS_POSTBUILD_DEP)
$(DS_POSTBUILD_DEP) : "fabaselib - Win32 NASM Release" ".\rmp.dlf"
IF NOT EXIST ..\..\..\base\win32\prj\plugins mkdir ..\..\..\base\win32\prj\plugins
copy rmp.dlf ..\..\..\base\win32\prj\plugins
echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
!IF "$(RECURSE)" == "0"
ALL : ".\rmp.dlf"
!ELSE
ALL : "fabaselib - Win32 NASM Debug" ".\rmp.dlf"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"fabaselib - Win32 NASM DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\Parse.obj"
-@erase "$(INTDIR)\rmp.obj"
-@erase "$(INTDIR)\rmp.res"
-@erase "$(INTDIR)\vc50.idb"
-@erase "$(INTDIR)\vc50.pdb"
-@erase "$(OUTDIR)\rmp.exp"
-@erase "$(OUTDIR)\rmp.lib"
-@erase "$(OUTDIR)\rmp.pdb"
-@erase ".\rmp.dlf"
-@erase ".\rmp.ilk"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP=cl.exe
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /I "..\..\include" /I\
"..\include" /I "..\..\..\io\include" /I "..\..\..\base\include" /I\
"..\..\..\base\win32\include" /I "..\..\..\config" /I "..\..\..\ui\include" /I\
"..\..\..\lib\xml\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/Fp"$(INTDIR)\rmp.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\Debug/
CPP_SBRS=.
.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) $<
<<
MTL=midl.exe
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
RSC=rc.exe
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\rmp.res" /d "_DEBUG"
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\rmp.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=fabaselib.lib 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 /subsystem:windows /dll /incremental:yes\
/pdb:"$(OUTDIR)\rmp.pdb" /debug /machine:I386 /def:".\rmp.def" /out:"rmp.dlf"\
/implib:"$(OUTDIR)\rmp.lib" /pdbtype:sept /libpath:"..\..\..\base\win32"
DEF_FILE= \
".\rmp.def"
LINK32_OBJS= \
"$(INTDIR)\Parse.obj" \
"$(INTDIR)\rmp.obj" \
"$(INTDIR)\rmp.res" \
"..\..\..\base\win32\fabaselib.lib"
".\rmp.dlf" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
SOURCE=$(InputPath)
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
ALL : $(DS_POSTBUILD_DEP)
$(DS_POSTBUILD_DEP) : "fabaselib - Win32 NASM Debug" ".\rmp.dlf"
IF NOT EXIST ..\..\..\base\win32\prj\plugins mkdir ..\..\..\base\win32\prj\plugins
copy rmp.dlf ..\..\..\base\win32\prj\plugins
echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
!ENDIF
!IF "$(CFG)" == "rmp - Win32 Release" || "$(CFG)" == "rmp - Win32 Debug" ||\
"$(CFG)" == "rmp - Win32 NASM Release" || "$(CFG)" == "rmp - Win32 NASM Debug"
SOURCE=..\..\..\lib\xml\src\Parse.cpp
DEP_CPP_PARSE=\
"..\..\..\base\include\debug.h"\
"..\..\..\base\include\errors.h"\
"..\..\..\config\config.h"\
"..\..\..\lib\xml\include\Parse.h"\
"$(INTDIR)\Parse.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
SOURCE=..\rmp.cpp
!IF "$(CFG)" == "rmp - Win32 Release"
DEP_CPP_RMP_C=\
"..\..\..\base\include\downloadformat.h"\
"..\..\..\base\include\downloadmanager.h"\
"..\..\..\base\include\errors.h"\
"..\..\..\base\include\facontext.h"\
"..\..\..\base\include\log.h"\
"..\..\..\base\include\metadata.h"\
"..\..\..\base\include\plmevent.h"\
"..\..\..\base\include\preferences.h"\
"..\..\..\base\include\registry.h"\
"..\..\..\base\include\thread.h"\
"..\..\..\base\include\utility.h"\
"..\..\..\base\win32\include\mutex.h"\
"..\..\..\base\win32\include\semaphore.h"\
"..\..\..\config\config.h"\
"..\..\..\lib\xml\include\Parse.h"\
"..\rmp.h"\
"$(INTDIR)\rmp.obj" : $(SOURCE) $(DEP_CPP_RMP_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 Debug"
DEP_CPP_RMP_C=\
"..\..\..\base\include\downloadformat.h"\
"..\..\..\base\include\downloadmanager.h"\
"..\..\..\base\include\errors.h"\
"..\..\..\base\include\facontext.h"\
"..\..\..\base\include\log.h"\
"..\..\..\base\include\metadata.h"\
"..\..\..\base\include\plmevent.h"\
"..\..\..\base\include\preferences.h"\
"..\..\..\base\include\registry.h"\
"..\..\..\base\include\thread.h"\
"..\..\..\base\include\utility.h"\
"..\..\..\base\win32\include\mutex.h"\
"..\..\..\base\win32\include\semaphore.h"\
"..\..\..\config\config.h"\
"..\..\..\lib\xml\include\Parse.h"\
"..\rmp.h"\
"$(INTDIR)\rmp.obj" : $(SOURCE) $(DEP_CPP_RMP_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Release"
DEP_CPP_RMP_C=\
"..\..\..\base\include\downloadformat.h"\
"..\..\..\base\include\downloadmanager.h"\
"..\..\..\base\include\errors.h"\
"..\..\..\base\include\facontext.h"\
"..\..\..\base\include\log.h"\
"..\..\..\base\include\metadata.h"\
"..\..\..\base\include\plmevent.h"\
"..\..\..\base\include\preferences.h"\
"..\..\..\base\include\registry.h"\
"..\..\..\base\include\thread.h"\
"..\..\..\base\include\utility.h"\
"..\..\..\base\win32\include\mutex.h"\
"..\..\..\base\win32\include\semaphore.h"\
"..\..\..\config\config.h"\
"..\..\..\lib\xml\include\Parse.h"\
"..\rmp.h"\
"$(INTDIR)\rmp.obj" : $(SOURCE) $(DEP_CPP_RMP_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Debug"
DEP_CPP_RMP_C=\
"..\..\..\base\include\downloadformat.h"\
"..\..\..\base\include\downloadmanager.h"\
"..\..\..\base\include\errors.h"\
"..\..\..\base\include\facontext.h"\
"..\..\..\base\include\log.h"\
"..\..\..\base\include\metadata.h"\
"..\..\..\base\include\plmevent.h"\
"..\..\..\base\include\preferences.h"\
"..\..\..\base\include\registry.h"\
"..\..\..\base\include\thread.h"\
"..\..\..\base\include\utility.h"\
"..\..\..\base\win32\include\mutex.h"\
"..\..\..\base\win32\include\semaphore.h"\
"..\..\..\config\config.h"\
"..\..\..\lib\xml\include\Parse.h"\
"..\rmp.h"\
"$(INTDIR)\rmp.obj" : $(SOURCE) $(DEP_CPP_RMP_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ENDIF
SOURCE=..\res\rmp.rc
!IF "$(CFG)" == "rmp - Win32 Release"
"$(INTDIR)\rmp.res" : $(SOURCE) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)\rmp.res" /i "\FreeAmp\freeamp\dlm\rmp\res" /d\
"NDEBUG" $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 Debug"
"$(INTDIR)\rmp.res" : $(SOURCE) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)\rmp.res" /i "\FreeAmp\freeamp\dlm\rmp\res" /d\
"_DEBUG" $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Release"
"$(INTDIR)\rmp.res" : $(SOURCE) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)\rmp.res" /i "\FreeAmp\freeamp\dlm\rmp\res" /d\
"NDEBUG" $(SOURCE)
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Debug"
"$(INTDIR)\rmp.res" : $(SOURCE) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)\rmp.res" /i "\FreeAmp\freeamp\dlm\rmp\res" /d\
"_DEBUG" $(SOURCE)
!ENDIF
!IF "$(CFG)" == "rmp - Win32 Release"
"fabaselib - Win32 Release" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) /F .\fabaselib.mak CFG="fabaselib - Win32 Release"
cd "..\..\..\dlm\rmp\prj"
"fabaselib - Win32 ReleaseCLEAN" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\fabaselib.mak\
CFG="fabaselib - Win32 Release" RECURSE=1
cd "..\..\..\dlm\rmp\prj"
!ELSEIF "$(CFG)" == "rmp - Win32 Debug"
"fabaselib - Win32 Debug" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) /F .\fabaselib.mak CFG="fabaselib - Win32 Debug"
cd "..\..\..\dlm\rmp\prj"
"fabaselib - Win32 DebugCLEAN" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\fabaselib.mak CFG="fabaselib - Win32 Debug"\
RECURSE=1
cd "..\..\..\dlm\rmp\prj"
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Release"
"fabaselib - Win32 NASM Release" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) /F .\fabaselib.mak\
CFG="fabaselib - Win32 NASM Release"
cd "..\..\..\dlm\rmp\prj"
"fabaselib - Win32 NASM ReleaseCLEAN" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\fabaselib.mak\
CFG="fabaselib - Win32 NASM Release" RECURSE=1
cd "..\..\..\dlm\rmp\prj"
!ELSEIF "$(CFG)" == "rmp - Win32 NASM Debug"
"fabaselib - Win32 NASM Debug" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) /F .\fabaselib.mak CFG="fabaselib - Win32 NASM Debug"
cd "..\..\..\dlm\rmp\prj"
"fabaselib - Win32 NASM DebugCLEAN" :
cd "\FreeAmp\freeamp\base\win32\prj"
$(MAKE) /$(MAKEFLAGS) CLEAN /F .\fabaselib.mak\
CFG="fabaselib - Win32 NASM Debug" RECURSE=1
cd "..\..\..\dlm\rmp\prj"
!ENDIF
!ENDIF
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -