[gimp-normalmap] / trunk / Makefile Repository:
ViewVC logotype

View of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 34 - (download) (annotate)
Thu Aug 17 22:55:38 2006 UTC (3 years, 3 months ago) by cocidius
File size: 99 byte(s)
Updated makefiles for easier multi-platform building
    1 
    2 OS=$(shell uname -s)
    3 ifeq ($(OS), Linux)
    4 include Makefile.linux
    5 else
    6 include Makefile.win32
    7 endif

ViewVC Help
Powered by ViewVC 1.0.4