[avida-cvs] avida(Sherri) CVS commits: /current/source/viewers viewers.pro

goingssh avida-cvs at alife.org
Thu May 22 23:48:17 PDT 2003


goingssh		Thu May 22 15:48:17 2003 EDT

  Modified files:              (Branch: Sherri)
    /avida/current/source/viewers	viewers.pro 
  Log:
  new viewers.pro file that allows ncurses version to be made in windows
  
Index: avida/current/source/viewers/viewers.pro
diff -u avida/current/source/viewers/viewers.pro:1.2 avida/current/source/viewers/viewers.pro:1.2.2.1
--- avida/current/source/viewers/viewers.pro:1.2	Sat May 17 02:48:16 2003
+++ avida/current/source/viewers/viewers.pro	Thu May 22 15:48:16 2003
@@ -5,9 +5,12 @@
 TARGET      = ncurses-viewer
 CONFIG      *= warn-on
 CONFIG      *= cpu event main trio tools
-LIBS        += -lncurses
-
+CONFIG	+= console
+!win32:LIBS += -lncurses
+else:LIBS	+= -l..\third-party\pdcurses\pdcurses
 include($$AVIDA_SRC_DIR/modules.pri)
+
+INCLUDEPATH	+= ..\third-party\pdcurses
 
 HEADERS +=  ansi.hh \
             bar_screen.hh \






More information about the Avida-cvs mailing list