finished renaming CScreenMap to CConfig.
This commit is contained in:
parent
67b149d3a4
commit
0eccd52226
|
@ -18,7 +18,7 @@ LCXXINCS = \
|
|||
-I$(DEPTH)/synergy \
|
||||
$(NULL)
|
||||
CXXFILES = \
|
||||
CScreenMap.cpp \
|
||||
CConfig.cpp \
|
||||
CServerProtocol.cpp \
|
||||
CServerProtocol1_0.cpp \
|
||||
CXWindowsPrimaryScreen.cpp \
|
||||
|
|
|
@ -96,7 +96,7 @@ SOURCE=.\CMSWindowsPrimaryScreen.cpp
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\CScreenMap.cpp
|
||||
SOURCE=.\CConfig.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -128,7 +128,7 @@ SOURCE=.\CMSWindowsPrimaryScreen.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\CScreenMap.h
|
||||
SOURCE=.\CConfig.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
Loading…
Reference in New Issue