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.

33 lines
574 B

  1. MAJORCOMP=demos
  2. MINORCOMP=stonehen
  3. TARGETNAME=stonehen
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=PROGRAM
  6. LINKLIBS = \
  7. $(SDK_LIB_PATH)\opengl32.lib \
  8. $(SDK_LIB_PATH)\glu32.lib \
  9. $(SDK_LIB_PATH)\user32.lib \
  10. $(SDK_LIB_PATH)\gdi32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib
  12. SOURCES=atmosphe.cxx \
  13. callback.cxx \
  14. ellipse.cxx \
  15. point.cxx \
  16. ring.cxx \
  17. roundwal.cxx \
  18. rgbimage.cxx \
  19. scene.cxx \
  20. setpixel.cxx \
  21. stone.cxx \
  22. stonehen.cxx \
  23. telescop.cxx \
  24. timedate.cxx \
  25. stonehen.rc
  26. C_DEFINES=-DWIN32 -DDATADIR= -DTEXTURE=1
  27. UMTYPE=console
  28. UMAPPL=stonehen
  29. UMENTRY=winmain