build.bat
上传用户:lswyart
上传日期:2008-06-12
资源大小:3441k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. mkdir Release_Unicode
  2. "%MSRC%" /d "NDEBUG" /l 0x409 /fo".Release_Unicode/ExplorerShell.res" .ExplorerShell.rc
  3. if not "%ERRORLEVEL%"=="0" goto END  
  4. "%MSCL%" /O1 /D "WIN32" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERSHELL_EXPORTS" /FD /EHsc /MT /YX"stdafx.h" /Fp".Release_Unicode/ExplorerShell.pch" /Fo".Release_Unicode/" /Fd".Release_Unicode/" /W3 /c /TP .ShellExtImpl.cpp .ShellExt.cpp
  5. if not "%ERRORLEVEL%"=="0" goto END  
  6. "%MSLINK%" /OUT:".Release_Unicode/ExpShell.dll" /INCREMENTAL:NO /NOLOGO /DLL /DEF:".ExplorerShell.def" /PDB:".Release_Unicode/ExplorerShell.pdb" /IMPLIB:".Release_Unicode/ExplorerShell.lib" /MACHINE:X86  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib .Release_UnicodeExplorerShell.res .Release_UnicodeShellExt.obj .Release_UnicodeShellExtImpl.obj
  7. if not "%ERRORLEVEL%"=="0" goto END  
  8. mkdir Release
  9. "%MSRC%" /d "NDEBUG" /l 0x409 /fo".Release/ExplorerShell.res" .ExplorerShell.rc
  10. if not "%ERRORLEVEL%"=="0" goto END  
  11. "%MSCL%" /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORERSHELL_EXPORTS" /FD /EHsc /MT /YX"stdafx.h" /Fp".Release/ExplorerShell.pch" /Fo".Release/" /Fd".Release/" /W3 /c /TP .ShellExtImpl.cpp .ShellExt.cpp
  12. if not "%ERRORLEVEL%"=="0" goto END  
  13. "%MSLINK%" /OUT:".Release/ExpShell.dll" /INCREMENTAL:NO /NOLOGO /DLL /DEF:".ExplorerShell.def" /PDB:".Release/ExplorerShell.pdb" /IMPLIB:".Release/ExplorerShell.lib" /MACHINE:X86  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib .ReleaseExplorerShell.res .ReleaseShellExt.obj .ReleaseShellExtImpl.obj
  14. if not "%ERRORLEVEL%"=="0" goto END  
  15. :END