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.

26 lines
405 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=setup
  5. TARGETTYPE=PROGRAM
  6. TARGETNAME=hwlogexe
  7. TARGETPATH=obj
  8. USE_MSVCRT=1
  9. UMTYPE=console
  10. UMENTRY=wmain
  11. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  12. INCLUDES= \
  13. $(INCLUDES); \
  14. ..\inc; \
  15. SOURCES= \
  16. hwlogexe.c
  17. TARGETLIBS= \
  18. ..\hwlog\$(O)\hwlog.lib \
  19. $(SDK_LIB_PATH)\shell32.lib \
  20. $(SDK_LIB_PATH)\setupapi.lib \