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.
7 lines
314 B
7 lines
314 B
$(O)\services.tab: ..\services.tab
|
|
$(C_PREPROCESSOR) $** > $@
|
|
|
|
$(O)\usrstubs.obj: $(O)\usrstubs.$(ASM_SUFFIX)
|
|
|
|
$(O)\usrstubs.$(ASM_SUFFIX): $(O)\services.tab $(TARGET_DIRECTORY)\table.stb $(TARGET_DIRECTORY)\services.stb
|
|
gensrv -d $(O) -e $(ASM_SUFFIX) $(TARGET_BRACES) -s $(TARGET_DIRECTORY) $(O)
|