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.

40 lines
683 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=CheckACVersion
  7. MINORCOMP=CheckACVer
  8. BINPLACE_PLACEFILE=..\placefil.txt
  9. TARGETNAME=CheckACVersion
  10. TARGETPATH=$(_OBJ_DIR)
  11. TARGETTYPE=DYNLINK
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SDK_LIB_PATH)\Kernel32.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. INCLUDES=$(SDKTOOLS_INC_PATH); \
  17. $(BASE_INC_PATH); \
  18. $(WINDOWS_INC_PATH)
  19. SOURCES= \
  20. main.cpp \
  21. acversion.rc
  22. DLLENTRY=DllMain
  23. USE_MSVCRT=1
  24. DLLBASE=0x01000000
  25. UMTYPE=windows
  26. MSC_WARNING_LEVEL=/WX /W3