Leaked source code of windows server 2003
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.

44 lines
723 B

  1. !IF 0
  2. Copyright (c)1999 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract
  6. Author:
  7. Chae Seong Lim (cslim) 16-Jul-1999
  8. !ENDIF
  9. !include ..\..\common.inc
  10. MAJORCOMP = FEIME
  11. MINORCOMP = PADRS412
  12. TARGETNAME = PADRS412
  13. TARGETPATH = $(_OBJ_DIR)
  14. TARGETTYPE = DYNLINK
  15. TARGETLIBS = $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib
  17. INCLUDES = $(INCLUDES);..\include;..\common
  18. DLLBASE = 0x3A7A0000
  19. DLLENTRY = DllMain
  20. DLLDEF = resmain.def
  21. USE_NOLIBS = 1
  22. SOURCES = \
  23. res.rc \
  24. resmain.cpp
  25. UMTYPE=windows
  26. UMTEST=
  27. UMLIBS=
  28. BUFFER_OVERFLOW_CHECKS=NO_NTDLL