Windows NT 4.0 source code leak
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.

37 lines
574 B

4 years ago
  1. #
  2. # Timer test application
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=ta
  6. # Define name and type of application
  7. TARGETNAME=ta
  8. TARGETTYPE=PROGRAM
  9. TARGETPATH=obj
  10. TARGETLIBS=
  11. UMTYPE=windows
  12. UMENTRY=winmain
  13. SOURCES=ta.c \
  14. about.c \
  15. dialog.c \
  16. ta.rc
  17. UMTYPE=windows
  18. # UMAPPL=ta
  19. C_DEFINES=-DWIN32
  20. UMLIBS=\nt\public\sdk\lib\*\user32.lib \
  21. \nt\public\sdk\lib\*\pwin32.lib \
  22. \nt\public\sdk\lib\*\gdi32.lib \
  23. \nt\public\sdk\lib\*\winmm.lib \
  24. \nt\public\sdk\lib\*\comdlg32.lib\
  25. \nt\public\sdk\lib\*\kernel32.lib