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.

40 lines
953 B

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