netpanzer-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-Devel] linux build


From: Tyler Nielsen
Subject: [netPanzer-Devel] linux build
Date: 29 Aug 2003 19:14:10 -0600

Well because I couldn't get to the server Matze put his stuff on I made
a Makefile.  It is not very complete yet (and it doesn't use automake)
but it does let people that are only on Linux only to start seeing where
all the incompatibilities are.

Because the files are new, I'm just doing them as attachments.  There
are three files, here's what they do:

buildmakefilelist - Run this from the src directory and it looks at the
Windows project file and grabs the list of all compiled files.

Makefile.list - This is the output from the above script.  We can
comment out files (with '#') and add anything we want to only build in
Linux.

Makefile - This tries to build all the files listed in Makefile.list. 
When building it defines 'linux' so we can put in #ifndef around stuff
in the short term to get it compiling without breaking windows build. 
It also handles dependencies so we don't have to.

I know it's not perfect, so if we want to go with someone a different
one that is fine, but without some build setup I can't do anything else.

Tyler

Attachment: Makefile
Description: Text Data

Attachment: Makefile.list
Description: Text Data

Attachment: buildmakefilelist
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]