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.

47 lines
988 B

  1. !IF 0
  2. Copyright (c) 1989-1993 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !include ../sources.inc
  12. TARGETNAME=inftest
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. C_DEFINES=-DUNICODE -D_UNICODE
  16. INCLUDES=$(BASE_INC_PATH);\
  17. ..\inc
  18. SOURCES=inftest.c \
  19. syntax.c \
  20. inftest.rc
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(BASE_LIB_PATH)\sputilsu.lib \
  26. $(SDK_LIB_PATH)\setupapi.lib \
  27. $(PROJECT_ROOT)\ntsetup\inf\win4\tools\inflib\$(O)\inflib.lib
  28. UMTYPE=console
  29. UMENTRY=wmain
  30. PRECOMPILED_INCLUDE=precomp.h
  31. PRECOMPILED_PCH=precomp.pch
  32. PRECOMPILED_OBJ=precomp.obj