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.

9 lines
424 B

  1. $(O)\services.tab: ..\services.tab
  2. @echo Creating $@ from $**
  3. $(C_PREPROCESSOR) $** > $@
  4. $(O)\sysstubs.obj: $(O)\sysstubs.$(ASM_SUFFIX)
  5. $(O)\systable.obj: $(O)\systable.$(ASM_SUFFIX)
  6. $(O)\sysstubs.$(ASM_SUFFIX) $(O)\systable.$(ASM_SUFFIX): $(O)\services.tab ..\$(TARGET_DIRECTORY)\table.stb ..\$(TARGET_DIRECTORY)\services.stb
  7. gensrv -d $(O) -e $(ASM_SUFFIX) -g $(O) $(TARGET_BRACES) -s ..\$(TARGET_DIRECTORY)