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.

45 lines
799 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. GEM_ROOT=..
  8. MAJORCOMP=GemSAFE
  9. MINORCOMP=gpkrsrc
  10. RESOURCE_ONLY_DLL=1
  11. TARGETNAME=$(MINORCOMP)
  12. TARGETPATHLIB=$(GEM_ROOT)\lib\$(_OBJ_DIR)
  13. TARGETPATH=$(GEM_ROOT)\bin\$(_OBJ_DIR)
  14. TARGETTYPE=DYNLINK
  15. DLLDEF=$(MINORCOMP).def
  16. NO_BROWSER_FILE=1
  17. TARGETLIBS= \
  18. $(TARGETLIBS) \
  19. $(WIN32_LIBS) \
  20. $(GUI32_LIBS)
  21. INCLUDES=$(SDK_INC_PATH)\mfc42
  22. SOURCES=\
  23. gpkrsrc.c \
  24. gpkrsrc.rc
  25. C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_MBCS -D_USRDLL -DGPKGUI_EXPORTS -DGPKRSRC_EXPORTS -DMS_BUILD
  26. # Additional Compiler definitions
  27. USE_MSVCRT=1
  28. # if building a DLL, base the DLL.
  29. DLLBASE=0x08000000