Update of /cvsroot/csp/APPLICATIONS/CSPSim/Tools/Terrain/tile
In directory sc8-pr-cvs1:/tmp/cvs-serv13652/tile
Added Files:
Makefile
Log Message:
--- NEW FILE: Makefile ---
all: tile
tile: tile.cpp
g++ -O2 -g tile.cpp -o tile -I/usr/include/python2.2 -lSimData -lz
|