diff options
Diffstat (limited to 'src/settings/windows/Makefile')
-rw-r--r-- | src/settings/windows/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/settings/windows/Makefile b/src/settings/windows/Makefile new file mode 100644 index 0000000000..8f9761601e --- /dev/null +++ b/src/settings/windows/Makefile @@ -0,0 +1,10 @@ +SRCS=GUIControlSettings.cpp \ + GUIWindowSettings.cpp \ + GUIWindowSettingsCategory.cpp \ + GUIWindowSettingsScreenCalibration.cpp \ + GUIWindowTestPattern.cpp \ + +LIB=settings_windows.a + +include ../../../Makefile.include +-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS))) |