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.

31 lines
592 B

  1. #
  2. # Create ProfDisp.exe
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=profdisp
  7. TARGETPATH=..\..\lib
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=windows
  10. UMENTRY=winmain
  11. C_DEFINES=-DWIN32 -DUNICODE
  12. # Define libs we need and where to find them
  13. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\libc.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\gdi32.lib \
  17. $(SDK_LIB_PATH)\winmm.lib \
  18. $(SDK_LIB_PATH)\comdlg32.lib \
  19. ..\..\lib\*\msvideo.lib
  20. INCLUDES=..\..\inc;\nt\public\sdk\inc
  21. SOURCES= profdisp.c \
  22. profdisp.rc