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.

39 lines
725 B

  1. !IF 0
  2. Copyright (c) 1990 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. MAJORCOMP=windows
  12. MINORCOMP=shell
  13. TARGETNAME=generic
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. TARGETLIBS=
  17. C_DEFINES= -DWIN32 -DWINVER=0x0400
  18. SOURCES=generic.c \
  19. generic.rc
  20. UMTYPE=windows
  21. UMENTRY=winmain
  22. UMAPPL=generic
  23. UMLIBS=\
  24. $(SDK_LIB_PATH)\comdlg32.lib \
  25. $(SDK_LIB_PATH)\userenv.lib \
  26. $(O)\generic.lib \
  27. $(O)\generic.res