moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/src Makefile.am,NONE,1.1 main.cxx,NONE,1


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src Makefile.am,NONE,1.1 main.cxx,NONE,1.1
Date: Mon, 08 Apr 2002 04:56:30 -0400

Update of /cvsroot/moss//moss/colpatik/src
In directory subversions:/tmp/cvs-serv27730/src

Added Files:
        Makefile.am main.cxx 
Log Message:
Starting some structural changes to have the same soruce tree as in the other 
3Dsia sub and related projects.


--- NEW FILE ---
#lib_LTLIBRARIES = lib3DsiaIn.la
bin_PROGRAMS = colpatik

INCLUDES=-I../include
CFLAGS=-D_REENTRANT

colpatik_SOURCES = main.cxx
colpatik_LIBFLAGS = -lstdc++ 

#colpatik_LDADD = lib3DsiaIn.la

--- NEW FILE ---
#include <iostream>

int main ( void )
    {   
    cout << "2002 - The Year Of 3Dsia" << endl;
    }




reply via email to

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