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.

19 lines
372 B

  1. !include ..\..\app.mk
  2. MINORCOMP=scanstate
  3. # compiler options
  4. USE_MSVCRT=1
  5. SOURCES=\
  6. ..\scanstate.c \
  7. ..\scanstate.rc \
  8. ..\logmsg.mc \
  9. # extra libs
  10. TARGETLIBS= $(TARGETLIBS) \
  11. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  12. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  13. PRECOMPILED_INCLUDE=..\pch.h