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.

37 lines
724 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=AcGen64
  7. TARGETTYPE=DYNLINK
  8. INCLUDES=$(INCLUDES); \
  9. ..; \
  10. $(SHELL_INC_PATH)
  11. SOURCES=..\ver.rc \
  12. ..\Main.cpp \
  13. ..\Win2kVersionLie64.cpp
  14. C_DEFINES=$(C_DEFINES) -DSHIM_HOOKDLL_VERSION2
  15. TARGETPATH=$(_OBJ_DIR)
  16. TARGETLIBS=$(TARGETLIBS) \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\kernel32.lib
  19. DLLBASE=0x22000000
  20. PRECOMPILED_CXX=1
  21. PRECOMPILED_INCLUDE=..\precomp.h