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.

22 lines
445 B

  1. TARGETNAME=puzzle
  2. TARGETPATH=$(_OBJ_DIR)
  3. TARGETTYPE=PROGRAM
  4. INCLUDES=../../../toolkits/libaux
  5. UMTYPE=console
  6. UMAPPL=puzzle
  7. C_DEFINES=-DNT -D__STDC__
  8. SOURCES=puzzle.c \
  9. trackbal.c
  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