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.

8 lines
240 B

  1. .SUFFIXES : .vbt
  2. # a .vbs file is produced from a .vbt file by executing the C preprocessor
  3. # on the .vbt file, which produces a .i file. then we rename the .i file
  4. # to .vbs
  5. .vbt{$(O)\}.vbs:
  6. $(CC) -nologo -EP -Tc$(@B).vbt > $@