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.

22 lines
340 B

  1. MAJORCOMP=
  2. MINORCOMP=
  3. TARGETNAME=serial
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. TARGETEXT=lhc
  7. PRECOMPILED_INCLUDE=std.h
  8. DLLDEF=$(O)\serial.def
  9. SOURCES=serial.cxx \
  10. serial.rc \
  11. TARGETLIBS = \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. DLL_ENTRY_POINT=DllEntryPoint
  14. USE_CRTDLL=1