Add Grisbi import (need to work on categories)
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -6,6 +6,7 @@ BIN_DIR=$(DESTDIR)"/usr/bin/" | ||||
| CXXFLAGS+=`wx-config --cxxflags` -Wall -Isrc -ggdb | ||||
| CXXFLAGS+=-I./lib/wxsqlite3-1.9.9/include | ||||
| CXXFLAGS+=-I./lib/freechart/include | ||||
| CXXFLAGS+=-I/usr/include/libxml2 | ||||
| CXXFLAGS+=-Wl,--rpath,"$(LIB_DIR)" | ||||
| #CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\"" | ||||
| # For developpers | ||||
| @@ -13,6 +14,7 @@ CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\"" | ||||
|  | ||||
| LDFLAGS+=`wx-config --libs` | ||||
| LDFLAGS+=-lofx | ||||
| LDFLAGS+=-lxml2 | ||||
|  | ||||
| ifdef WIN32 | ||||
| LDFLAGS+=-L./lib/wxsqlite3-1.9.9/lib/ -lwxcode_msw_wxsqlite3-2.8 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user