Code Search for Developers
 
 
  

Makefile from Project OGRE Lia Game (POGLI Game) at Krugle


Show Makefile syntax highlighted

DEFINES = -I../include
LIBS = OGRE OIS
CXX = g++
CXXFLAGS = $(shell pkg-config --cflags $(LIBS)) $(DEFINES)
LD = g++
LDFLAGS = $(shell pkg-config --libs $(LIBS))

all:
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o ../bin/release/Demo_lia main.cpp

clean:
	rm -f ../bin/release/Demo_lia




See more files for this project here

Project OGRE Lia Game (POGLI Game)

Video juego desarrollado en OGRE, multiplataforma (a nivel de codigo fuente). Proyecto desarrollado como tesis para la facultad de ingenieria, UNAM, Mexico

Project homepage: http://sourceforge.net/projects/tesis-h4l9k-jp
Programming language(s): C++
License: other

  Demo_lia.cbp
  Demo_lia.layout
  Demo_lia.vcproj
  Makefile
  main.cpp