Leaked source code of windows server 2003
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.

20 lines
275 B

  1. TARGETNAME = vtsimea
  2. TARGETPATH = obj
  3. TARGETTYPE = DYNLINK
  4. DLLENTRY = _DllMainCRTStartup
  5. SYNCHRONIZE_DRAIN = 1
  6. TARGETLIBS = \
  7. $(SDK_LIB_PATH)\kernel32.lib
  8. USE_MSVCRT = 1
  9. INCLUDES = \
  10. SOURCES = \
  11. engexts.cpp \
  12. vtsimea.cpp
  13. UMTYPE = console