Changeset 191 for trunk/src/Makefile.am


Ignore:
Timestamp:
04/26/2009 05:03:05 PM (3 years ago)
Author:
guyru
Message:

Portable Edition 1.9 Preparations.

Removed SQLite support. Fixed configuration file path. Add new MSVC
configuration for the portable edition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r187 r191  
    66        configuration.cpp \ 
    77        configuration.h \ 
    8         DBwrapper.cpp \ 
    98        MainFrame.cpp \ 
    109        highscores_dialog.cpp \ 
     
    2221        four.xpm \ 
    2322        five.xpm \ 
    24         six.xpm \ 
    25         sqlite/sqlite3.c \ 
    26         sqlite/sqlite3.h 
     23        six.xpm 
    2724 
    2825# set the include path found by configure 
     
    3229 
    3330noinst_HEADERS = \ 
    34         DBwrapper.h \ 
    3531        openyahtzee.ico \ 
    3632        MainFrame.h \ 
     
    4339 
    4440AM_CXXFLAGS = @WX_CXXFLAGS@ 
    45 openyahtzee_LDFLAGS = @WX_LIBS@ 
     41openyahtzee_LDADD = @WX_LIBS@ 
Note: See TracChangeset for help on using the changeset viewer.