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
495 B

  1. !IF 0
  2. Copyright (c) 1989-1995 Microsoft Corporation
  3. !ENDIF
  4. $O\thk16.obj $O\thk32.obj: thunk1632.c faxdrv32.h
  5. !ifdef PASS0ONLY
  6. if exist thunk1632.asm del thunk1632.asm
  7. cl /EP thunk1632.c > thunk1632.thk
  8. !else
  9. thunk.exe thunk1632.thk
  10. ml /omf /DIS_16 /c /W3 /nologo /Fo$O\thk16.obj thunk1632.asm
  11. ml /coff /DIS_32 /c /W3 /nologo /Fo$O\thk32.obj thunk1632.asm
  12. !endif
  13. clean:
  14. del thunk1632.asm
  15. del thunk1632.thk
  16. del $O\thk16.obj
  17. del $O\thk32.obj