source: trunk/emx/src/libend/end.smak@ 3669

Last change on this file since 3669 was 1566, checked in by bird, 21 years ago

messing with libend and other shit.

  • Property cvs2svn:cvs-rev set to 1.5
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 219 bytes
Line 
1.MODULE := libend
2.MDESC := The C runtime library that should be linked last
3
4.TARGET := libend.lib
5.TKIND := omf
6.TSRC.386 := $(wildcard src/libend/386/*.asm)
7.TSRC := $(.TSRC.$(CPU))
8.INSDIR = lib/
9include mklib.smak
Note: See TracBrowser for help on using the repository browser.