Ignore:
Timestamp:
Jun 8, 2006, 4:50:10 PM (18 years ago)
Author:
mmc
Message:

Last minute fixes so we can deploy the nanoVIS server:

  • Added monitor.tcl script which monitors nanoscale and restarts as needed.
  • Fixed relative paths for shaders and fonts. All shaders and fonts are

taken from /opt/nanovis/lib

  • Fixed the ordering of data for the nanowire simulator
File:
1 edited

Legend:

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

    r409 r467  
    22LDFLAGS =
    33TARGETS = server client mycat
     4INSTALL_DIR     = /opt/nanovis
    45
    56all: $(TARGETS)
     7
     8install: server
     9        cp server $(INSTALL_DIR)/bin/nanoscale
    610
    711client: client.o clientlib.o
Note: See TracChangeset for help on using the changeset viewer.