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.

41 lines
953 B

  1. MAJORCOMP=opengl
  2. MINORCOMP=scrnsave
  3. TARGETNAME=sspipes
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. LINKLIBS=$(SDK_LIB_PATH)\opengl32.lib \
  7. $(SDK_LIB_PATH)\comdlg32.lib \
  8. $(SDK_LIB_PATH)\comctl32.lib \
  9. $(SDK_LIB_PATH)\glaux.lib \
  10. $(SDK_LIB_PATH)\glu32.lib
  11. INCLUDES=..\..\inc; ..\..\common; \
  12. $(PROJECT_ROOT)\opengl\toolkits\libaux
  13. SOURCES=..\dialog.c \
  14. ..\sspipes.cxx \
  15. ..\state.cxx \
  16. ..\nstate.cxx \
  17. ..\fstate.cxx \
  18. ..\pipe.cxx \
  19. ..\npipe.cxx \
  20. ..\fpipe.cxx \
  21. ..\view.cxx \
  22. ..\node.cxx \
  23. ..\objects.cxx \
  24. ..\eval.cxx \
  25. ..\xc.cxx \
  26. ..\sspipes.rc
  27. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DWINVER=0x0400
  28. USE_MSVCRT = 1
  29. UMTYPE=windows
  30. UMAPPL=sspipes
  31. UMAPPLEXT=.scr
  32. UMLIBS= \
  33. $(O)\sspipes.lib \
  34. $(O)\sspipes.res \
  35. ..\..\common\km\$(O)\sscommon.lib