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.

35 lines
622 B

  1. !IF 0
  2. **************************************************************
  3. Sources file for building an Win32 dll.
  4. Module Name : Sources for timerw32.dll
  5. Author: vaidy
  6. Revision: 10/23/90
  7. Comments:
  8. o Use C_DEFINES "-DWIN32" to build for Windows NT
  9. o Use C_DEFINES "-DWIN32" & "-DW32S" to build for WIN32s
  10. **************************************************************
  11. !ENDIF
  12. DLLBASE=0x75000000
  13. MAJORCOMP = windows
  14. TARGETNAME=timerw32
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLENTRY=TimerDllInitialize
  18. INCLUDES=..\inc
  19. SOURCES=timer.c
  20. UMTYPE=windows
  21. USE_MSVCRT=1
  22. C_DEFINES= -DWIN32
  23. MSC_WARNING_LEVEL=/W3 /WX