pwlib.mak
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. !IFNDEF PWLIBDIR
  2. PWLIBDIR=c:workpwlib
  3. !ENDIF
  4. INCLUDE=$(INCLUDE);$(PWLIBDIR)includeptlibmsos;$(PWLIBDIR)includepwlibmswin;$(PWLIBDIR)include
  5. LIB=$(LIB);$(PWLIBDIR)Lib
  6. all:
  7. cd srcptlibmsos
  8. nmake /nologo /f "Console.mak" CFG="Console - Win32 Release" RECURSE=0
  9. cd ......toolsmergesym
  10. nmake /nologo /f "MergeSym.mak" CFG="MergeSym - Win32 Release" RECURSE=0
  11. cd ....srcptlibmsos
  12. nmake /nologo /f "Console.mak" CFG="Console - Win32 Debug" RECURSE=0
  13. nmake /nologo /f "PTLib.mak" CFG="PTLib - Win32 Release" RECURSE=0
  14. nmake /nologo /f "PTLib.mak" CFG="PTLib - Win32 Debug" RECURSE=0
  15. nmake /nologo /f "Console Components.mak" CFG="Console Components - Win32 Release" RECURSE=0
  16. nmake /nologo /f "Console Components.mak" CFG="Console Components - Win32 Debug" RECURSE=0
  17. cd ....pwlibmswin
  18. nmake /nologo /f "GUI.mak" CFG="GUI - Win32 Release" RECURSE=0
  19. nmake /nologo /f "PWLib.mak" CFG="PWLib - Win32 Release" RECURSE=0
  20. nmake /nologo /f "GUI.mak" CFG="GUI - Win32 Debug" RECURSE=0
  21. nmake /nologo /f "PWLib.mak" CFG="PWLib - Win32 Debug" RECURSE=0
  22. nmake /nologo /f "GUI Components.mak" CFG="GUI Components - Win32 Release" RECURSE=0
  23. nmake /nologo /f "GUI Components.mak" CFG="GUI Components - Win32 Debug" RECURSE=0
  24. cd ......toolsasnparser
  25. nmake /nologo /f "ASNParser.mak" CFG="ASNParser - Win32 Release" RECURSE=0
  26. cd ..pwrc
  27. nmake /nologo /f "pwrc.mak" CFG="pwrc - Win32 Release" RECURSE=0
  28. cd ..pwtest
  29. nmake /nologo /f "PWTest.mak" CFG="pwtest - Win32 Release" RECURSE=0
  30. nmake /nologo /f "PWTest.mak" CFG="pwtest - Win32 Debug" RECURSE=0