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.

26 lines
434 B

  1. C_DEFINES=-DUNICODE -D_UNICODE
  2. USER_C_FLAGS=-EHc
  3. USE_NATIVE_EH=1
  4. USE_MSVCRT=1
  5. USE_STL=1
  6. UMTYPE=console
  7. UMENTRY=wmain
  8. MAJORCOMP=setup
  9. MINORCOMP=sys
  10. TARGETNAME=sys
  11. TARGETPATH=obj
  12. TARGETTYPE=PROGRAM
  13. OPK_BINPLACE_ARCH=1
  14. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  15. SOURCES=sys.cpp \
  16. disk.cpp
  17. INCLUDES=$(INCLUDES);$(PROJECT_ROOT)\boot\bootcode\fat\i386
  18. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib