site logo  PsdExMakefile

HomePage | Categories |* BLOG *| RecentChanges | RecentlyCommented | Login/Register

makefile


Return to SMP Programming Addendum Page.


all: alr.psd .SYMBOLIC

alr.psd:
  wcc386 -ms -s -br -4s -i=. main.c
  wasm -4 -ms -zcm entry.asm
  wlink name alr.psd @alr.lnk file {entry.obj main.obj}

clean: .SYMBOLIC
CLEANEXTS   = obj exe err lst map sym lib dll bak psd
  @for %a in ($(CLEANEXTS))  do -@rm *.%a
  @echo Clean complete.


Return to SMP Programming Addendum Page.

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.7
Page was generated in 0.0809 seconds