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.

28 lines
556 B

  1. MAJORCOMP=opengl
  2. MINORCOMP=tools
  3. TARGETNAME=printpfd
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=PROGRAM
  6. INCLUDES=$(PROJECT_ROOT)\opengl\inc
  7. UMTYPE=console
  8. UMTEST=printpfd*floattst*win8map*hex2f*f2hex*hex2d*d2hex
  9. UMAPPL=printpfd*floattst*win8map*hex2f*f2hex*hex2d*d2hex
  10. C_DEFINES=-DNDEBUG -DNT -D__STDC__ -DHEADER_FILE
  11. USE_MSVCRT=1
  12. SOURCES=
  13. #UMLIBS=\
  14. # $(SDK_LIB_PATH)\fpprintf.lib \
  15. # $(SDK_LIB_PATH)\gdi32.lib \
  16. # $(SDK_LIB_PATH)\user32.lib
  17. UMLIBS=\
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\user32.lib