From: <to...@us...> - 2004-01-20 17:08:52
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv10228/OSLib/!OsLib/Source/User/oslib Modified Files: Tag: unix-build .cvsignore Added Files: Tag: unix-build GNUmakefile Modules Log Message: Unix Build --- NEW FILE: GNUmakefile --- # OSLib/Source/User/oslib/GNUmakefile TV 20040120 # Makefile for User/oslib under GNU # SOURCEDIR = ../.. include Modules include ${SOURCEDIR}/GNUmakefile.source #------------------------------------------------------------------------ .PHONY: ${OSLIB32} ${OSLIB} ${OSLIB}: ${LIBS} ${HDRS} ${OBJS} ${OSLIB32}: ${LIBS32} ${HDRS} ${OBJS32} --- NEW FILE: Modules --- # OSLib/Source/User/oslub/Modules # Module definition file for User Make # modules containing SWIs SWIMODULES = \ BASICTrans \ ColourPicker \ CompressJPEG \ ConvertPNG \ DragASprite \ Draw \ DrawFile \ Filter \ Font \ Hourglass \ ImageFileRender \ JPEG \ MimeMap \ PDriver \ PDumper \ Report \ TaskManager \ TaskWindow \ URI \ URL \ Wimp \ WimpExtend \ WimpReadSysInfo \ WimpSpriteOp \ Zipper \ ZLib \ # modules with no SWIs MODULES = \ Alarm \ Arcweb \ ExtEdit \ Help \ InetSuite \ MakePSFont \ OLE \ PlugIn \ RemotePrinterSupport \ StrongHelp \ Super \ # modules defined other than by SWI definition CMODULES = \ Index: .cvsignore =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/.cvsignore,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** .cvsignore 31 Dec 2003 14:42:40 -0000 1.6 --- .cvsignore 20 Jan 2004 17:08:47 -0000 1.6.2.1 *************** *** 17,20 **** --- 17,21 ---- *.o *.o,* + *.o32 *.o32,* *.s |