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
475 B

  1. #
  2. # Timer test application
  3. #
  4. # Define name and type of application
  5. TARGETNAME=ta
  6. TARGETTYPE=PROGRAM
  7. TARGETPATH=obj
  8. TARGETLIBS=
  9. UMTYPE=windows
  10. UMENTRY=winmain
  11. SOURCES=ta.c \
  12. about.c \
  13. dialog.c \
  14. ta.rc
  15. UMTYPE=windows
  16. # UMAPPL=ta
  17. C_DEFINES=-DWIN32
  18. UMLIBS=$(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\gdi32.lib \
  20. $(SDK_LIB_PATH)\winmm.lib \
  21. $(SDK_LIB_PATH)\comdlg32.lib\
  22. $(SDK_LIB_PATH)\kernel32.lib