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.

15 lines
497 B

  1. ########## Path definition so we find 16 bit tools ##########
  2. # Also works around stupid bug in RC 3.1 that doesn't allow rcpp.err to be
  3. # in a directory that is greater than 128 chars down the path, even if
  4. # rc 3.1 is running as an OS/2 app.
  5. PATH = $(_NTBINDIR)\private\tools16;$(PATH)
  6. swap: swap.exe
  7. swap.obj: swap.c
  8. cl16 -c -AL -Ox -G2 -Zp swap.c
  9. swap.exe: swap.obj
  10. link16 /nod swap,swap,,llibcep doscalls;
  11. bind16 swap.exe apilmr.obj api.lib doscalls.lib