Windows NT 4.0 source code leak
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.

63 lines
1.6 KiB

4 years ago
  1. #==========================================================================;
  2. #
  3. # THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. # KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. # IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. # PURPOSE.
  7. #
  8. # Copyright (c) 1992 - 1994 Microsoft Corporation. All Rights Reserved.
  9. #
  10. #--------------------------------------------------------------------------;
  11. #
  12. # sources
  13. #
  14. # Description:
  15. # This file tells "build" how to build the codec for NT.
  16. #
  17. #
  18. #==========================================================================;
  19. #
  20. # Define target file.
  21. #
  22. TARGETNAME=imaadp32
  23. DLLDEF =imaadpcm.def
  24. TARGETPATH=obj
  25. TARGETTYPE=DYNLINK
  26. UMTYPE =windows
  27. #
  28. # Give the codecs a .ACM extension - uses makefile.inc.
  29. #
  30. !IF "$(MAKEDLL)" != ""
  31. NTTARGETFILES=obj\*\$(TARGETNAME).acm
  32. !ENDIF
  33. #
  34. # Enable working set tuning - requires .prf file.
  35. #
  36. NTPROFILEINPUT=yes
  37. #
  38. # define libs we need and where to find them
  39. #
  40. # Note: We must explicitly link to libc.lib for __int64 support on MIPS.
  41. #
  42. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
  43. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  44. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  45. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  46. $(BASEDIR)\public\sdk\lib\*\winmm.lib \
  47. $(BASEDIR)\public\sdk\lib\*\libc.lib
  48. INCLUDES=..\..\verinfo\usa
  49. C_DEFINES=$(ACM_DEBUG_DEFS) -Dusa -DACM
  50. SOURCES=codec.c \
  51. imaadpcm.c \
  52. debug.c \
  53. config.c \
  54. codec.rc
  55. DLLBASE=0x66610000