Changeset 677 for trunk/gui


Ignore:
Timestamp:
Apr 23, 2007 8:20:28 AM (17 years ago)
Author:
dkearney
Message:

now using render-dev for libraries and include files while i fix up the make file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/Makefile

    r617 r677  
    2323R2INC = ./R2/include
    2424
    25 RP2_LIBS = /apps/rappture/render/lib/librappture2.a /apps/rappture/render/lib/libb64.a /apps/rappture/render/lib/libz.a
    26 LIB_NANOVIS = -Wl,-rpath,/apps/rappture/render/lib -ltcl8.4 -L/opt/render/lib -lGL -lglut -lglui -lGLEW -lCg -lCgGL -pthread # -lstdc++
     25RP2_LIBS = /apps/rappture/render-dev/lib/librappture2.a /apps/rappture/render-dev/lib/libb64.a /apps/rappture/render-dev/lib/libz.a
     26LIB_NANOVIS = -Wl,-rpath,/apps/rappture/render-dev/lib -ltcl8.4 -L/opt/render/lib -lGL -lglut -lglui -lGLEW -lCg -lCgGL -pthread # -lstdc++
    2727LIB_CLIENT = -L/opt/render/lib -lGL -lglut -pthread # -lstdc++
    28 INCLUDES = -I/apps/rappture/render/include/rappture2 -I/apps/rappture/render/include -I/opt/render/include -I/usr/include/GL -I/usr/include/GL -I/usr/include/tcl8.4 -I/usr/include/GL -I$(R2INC)
     28INCLUDES = -I/apps/rappture/render-dev/include/rappture2 -I/apps/rappture/render-dev/include -I/opt/render/include -I/usr/include/GL -I/usr/include/GL -I/usr/include/tcl8.4 -I/usr/include/GL -I$(R2INC)
    2929CFLAG = -g -c $(INCLUDES)
    3030
Note: See TracChangeset for help on using the changeset viewer.