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.

18 lines
373 B

  1. TARGETNAME=ogpt
  2. TARGETPATH=$(_OBJ_DIR)
  3. TARGETTYPE=LIBRARY
  4. INCLUDES=$(SDK_INC_PATH)\gl
  5. SOURCES=
  6. UMTYPE=console
  7. UMAPPL=ogpt
  8. UMLIBS=\
  9. $(SDK_LIB_PATH)\gdi32.lib \
  10. $(SDK_LIB_PATH)\comdlg32.lib \
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\opengl32.lib \
  13. $(SDK_LIB_PATH)\glu32.lib \
  14. $(SDK_LIB_PATH)\glaux.lib