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.

51 lines
1013 B

  1. !IF 0
  2. Copyright (c) 1989 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=gplife
  13. TARGETNAME=gplife
  14. TARGETPATH=$(_OBJ_DIR)
  15. TARGETTYPE=PROGRAM
  16. TARGETEXT=scr
  17. USE_MSVCRT=1
  18. MSC_WARNING_LEVEL=/W4
  19. C_DEFINES=-DUNICODE -D_UNICODE
  20. !ifdef STANDALONE_DEBUG
  21. C_DEFINES=$(C_DEFINES) -DSTANDALONE_DEBUG
  22. !endif
  23. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  24. INCLUDES=$(GDIPROOT)\sdkinc
  25. SOURCES= life.cpp \
  26. life.rc
  27. UMTYPE=windows
  28. TARGETLIBS=\
  29. $(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. !ifndef STANDALONE_DEBUG
  32. $(SDK_LIB_PATH)\scrnsavw.lib \
  33. $(SDK_LIB_PATH)\comctl32.lib \
  34. !endif
  35. $(SDK_LIB_PATH)\uuid.lib\
  36. $(SDK_LIB_PATH)\shell32.lib