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.

20 lines
435 B

  1. TARGETNAME=dino
  2. TARGETPATH=$(_OBJ_DIR)
  3. TARGETTYPE=LIBRARY
  4. INCLUDES=$(SDK_INC_PATH)\gl
  5. SOURCES=
  6. UMTYPE=console
  7. APPL1=antindx*antipndx*fogindex*maplight
  8. #UMENTRY=winmain
  9. UMAPPL=$(APPL1)
  10. UMLIBS=\
  11. $(SDK_LIB_PATH)\gdi32.lib \
  12. $(SDK_LIB_PATH)\comdlg32.lib \
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\opengl32.lib \
  15. $(SDK_LIB_PATH)\glu32.lib \
  16. $(SDK_LIB_PATH)\glaux.lib