Add Config.cs in gui Makefile.am and path change for CASA-msm.vdproj in windows makefile
This commit is contained in:
parent
5fd8ac462a
commit
9408a5efec
@ -71,7 +71,8 @@ CSFILES =$(srcdir)/AssemblyInfo.cs \
|
||||
$(srcdir)/StoreDataInterface.cs \
|
||||
$(srcdir)/StorePolicyInterface.cs \
|
||||
$(srcdir)/CommonGUI.cs \
|
||||
$(srcdir)/Common.cs
|
||||
$(srcdir)/Common.cs \
|
||||
$(srcdir)/Config.cs
|
||||
|
||||
CSFILES_CSC := $(subst /,$(SEP),$(CSFILES))
|
||||
CS_FLAGS = -pkg:gtk-sharp -pkg:glade-sharp -d:LINUX -nowarn:169
|
||||
|
@ -51,7 +51,7 @@ MODULE_NAME =CASA
|
||||
MODULE_EXT =msi
|
||||
|
||||
SFILES = CASA.sln
|
||||
MSMFILE = ../miCASA-msm/miCASA-msm.vdproj
|
||||
MSMFILE = ../CASA-msm/CASA-msm.vdproj
|
||||
MSIFILE = CASA.vdproj
|
||||
|
||||
CUR_DIR := $(shell pwd)
|
||||
|
Loading…
Reference in New Issue
Block a user