Ignore:
Timestamp:
Dec 6, 2014, 9:13:38 PM (10 years ago)
Author:
ldelgass
Message:

remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1/Makefile.in

    r4613 r4820  
    1 TRACE           = #yes
     1TRACE                   = #yes
     2USE_POINTSET_RENDERER   = #yes
     3USE_PARTICLE_SYSTEM     = #yes
    24
    35SHELL = /bin/sh
     
    8890                $(GL_INC_SPEC) \
    8991                $(RP_INC_SPEC)
    90 
    91 USE_POINTSET_RENDERER = #yes
    9292
    9393CC              = @CC@
     
    173173                $(srcdir)/shaders/zincblende_volume.cg
    174174
    175 ifdef NOTDEF
     175ifdef USE_PARTICLE_SYSTEM
    176176OBJS +=         ParticleEmitter.o \
    177177                ParticleSystem.o \
Note: See TracChangeset for help on using the changeset viewer.