Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
677 B

  1. # target crtdll.lib instead of libc.lib
  2. # USE_MSVCRT=1
  3. MAJORCOMP=windows
  4. MINORCOMP=o2base32
  5. TARGETNAME=o2base32
  6. TARGETPATH=..\..\lib
  7. TARGETTYPE=LIBRARY
  8. TARGETLIBS=
  9. INCLUDES=..\..\inc
  10. # Unicode
  11. #
  12. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  13. # Ansi only
  14. #
  15. # C_DEFINES=-DWIN32
  16. SOURCES=stdfact.cxx \
  17. border.cxx \
  18. dvutils.cxx \
  19. himetric.cxx \
  20. ipborder.cxx \
  21. iputils.cxx \
  22. memutils.cxx \
  23. misc.cxx \
  24. rotutils.cxx \
  25. stdenum.cxx \
  26. stgutils.cxx \
  27. vwadvhld.cxx \
  28. wutils.cxx \
  29. clsdesc.cxx \
  30. sctrl.cxx \
  31. sdv.cxx \
  32. sinpl.cxx
  33. UMTYPE=windows