diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-11 21:46:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-12 10:05:01 +0100 |
commit | c4ffc26bcf4767cf824226f35b99f3f36eb06489 (patch) | |
tree | 9e72f894ca1b0bf1bbb0704ddffcc7dbe38a7914 | |
parent | 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (diff) |
contrib: don't install source code
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/opentrack-hier.cmake | 2 | ||||
-rw-r--r-- | cmake/opentrack-install.cmake | 23 | ||||
-rw-r--r-- | contrib-noinst/ft_tester/Makefile.am (renamed from contrib/very-important-source-code/ft_tester/Makefile.am) | 0 | ||||
-rw-r--r-- | contrib-noinst/ft_tester/Makefile.in (renamed from contrib/very-important-source-code/ft_tester/Makefile.in) | 0 | ||||
-rw-r--r-- | contrib-noinst/ft_tester/fttester.rc.in (renamed from contrib/very-important-source-code/ft_tester/fttester.rc.in) | 134 | ||||
-rw-r--r-- | contrib-noinst/ft_tester/main.cpp (renamed from contrib/very-important-source-code/ft_tester/main.cpp) | 0 | ||||
-rw-r--r-- | contrib-noinst/ft_tester/resource.h (renamed from contrib/very-important-source-code/ft_tester/resource.h) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/NPClient.h (renamed from contrib/very-important-source-code/important-stuff/NPClient.h) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/NPClient.spec (renamed from contrib/very-important-source-code/important-stuff/NPClient.spec) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/NPClient_dll.h (renamed from contrib/very-important-source-code/important-stuff/NPClient_dll.h) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/NPClient_main.c (renamed from contrib/very-important-source-code/important-stuff/NPClient_main.c) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/game_data.c (renamed from contrib/very-important-source-code/important-stuff/game_data.c) | 0 | ||||
-rw-r--r-- | contrib-noinst/important-stuff/game_data.h (renamed from contrib/very-important-source-code/important-stuff/game_data.h) | 0 | ||||
-rw-r--r-- | contrib-noinst/make-csv.pl (renamed from contrib/very-important-source-code/make-csv.pl) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/Makefile.am (renamed from contrib/very-important-source-code/tester/Makefile.am) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/Makefile.in (renamed from contrib/very-important-source-code/tester/Makefile.in) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/main.cpp (renamed from contrib/very-important-source-code/tester/main.cpp) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/npifc.c (renamed from contrib/very-important-source-code/tester/npifc.c) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/npifc.h (renamed from contrib/very-important-source-code/tester/npifc.h) | 0 | ||||
-rw-r--r-- | contrib-noinst/tester/npview.rc.in (renamed from contrib/very-important-source-code/tester/npview.rc.in) | 98 | ||||
-rw-r--r-- | contrib-noinst/tester/resource.h (renamed from contrib/very-important-source-code/tester/resource.h) | 0 |
22 files changed, 133 insertions, 126 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 101d070f..7859958a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,4 +71,4 @@ endfunction() otr_add_subdirs() otr_merge_translations() -install_sources() +#install_sources() diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake index 6bfee1a1..7a0659c6 100644 --- a/cmake/opentrack-hier.cmake +++ b/cmake/opentrack-hier.cmake @@ -51,8 +51,6 @@ function(otr_setup_refresh_install_dir) endif()
endfunction()
-otr_setup_refresh_install_dir()
-
set(opentrack-contrib-pfx "${opentrack-doc-pfx}/contrib")
set(opentrack-binary-suffix "")
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 43212109..f50b93d9 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -15,17 +15,26 @@ macro(otr_inst_dir path) endmacro() function(install_sources) - get_property(source-dirs GLOBAL PROPERTY opentrack-all-source-dirs) - foreach(k ${source-dirs}) - file(RELATIVE_PATH dest "${CMAKE_SOURCE_DIR}" "${k}") - otr_inst_dir("${opentrack-doc-src-pfx}" "${dest}") - endforeach() + if(FALSE) + otr_setup_refresh_install_dir() + get_property(source-dirs GLOBAL PROPERTY opentrack-all-source-dirs) + foreach(k ${source-dirs}) + file(RELATIVE_PATH dest "${CMAKE_SOURCE_DIR}" "${k}") + otr_inst_dir("${opentrack-doc-src-pfx}" "${dest}") + endforeach() + otr_inst_dir("${opentrack-doc-src-pfx}" "${CMAKE_SOURCE_DIR}/cmake") + otr_inst_dir("${opentrack-doc-src-pfx}" "${CMAKE_SOURCE_DIR}/bin") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/CMakeLists.txt") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/README.md") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/CONTRIBUTING.md") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/WARRANTY.txt") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/OPENTRACK-LICENSING.txt") + otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/AUTHORS.md") + endif() endfunction() otr_inst_dir("${opentrack-doc-pfx}" ${CMAKE_SOURCE_DIR}/3rdparty-notices) otr_inst_dir("${opentrack-doc-pfx}" "${CMAKE_SOURCE_DIR}/settings" "${CMAKE_SOURCE_DIR}/contrib") -otr_inst_dir("${opentrack-doc-src-pfx}" "${CMAKE_SOURCE_DIR}/cmake") -otr_inst_dir("${opentrack-doc-src-pfx}" "${CMAKE_SOURCE_DIR}/bin") if(WIN32) otr_inst2(. FILES "${CMAKE_SOURCE_DIR}/bin/qt.conf") diff --git a/contrib/very-important-source-code/ft_tester/Makefile.am b/contrib-noinst/ft_tester/Makefile.am index 02747edb..02747edb 100644 --- a/contrib/very-important-source-code/ft_tester/Makefile.am +++ b/contrib-noinst/ft_tester/Makefile.am diff --git a/contrib/very-important-source-code/ft_tester/Makefile.in b/contrib-noinst/ft_tester/Makefile.in index d1fff34d..d1fff34d 100644 --- a/contrib/very-important-source-code/ft_tester/Makefile.in +++ b/contrib-noinst/ft_tester/Makefile.in diff --git a/contrib/very-important-source-code/ft_tester/fttester.rc.in b/contrib-noinst/ft_tester/fttester.rc.in index 332f3c73..c072cd1b 100644 --- a/contrib/very-important-source-code/ft_tester/fttester.rc.in +++ b/contrib-noinst/ft_tester/fttester.rc.in @@ -1,67 +1,67 @@ -// Generated by ResEdit 1.5.9
-// Copyright (C) 2006-2011
-// http://www.resedit.net
-
-#include <windows.h>
-#include <commctrl.h>
-#include <richedit.h>
-#include "resource.h"
-
-#ifdef HAVE_CONFIG_H
- #include "../../../config.h"
-#endif
-
-
-
-
-//
-// Dialog resources
-//
-//LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDD_DIALOG1 DIALOGEX 0, 0, 333, 183
-STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU
-CAPTION "FreeTrack client test utility v@PACKAGE_VERSION@"
-FONT 8, "Ms Shell Dlg", 400, 0, 1
-{
- DEFPUSHBUTTON "Quit", IDQUIT, 262, 153, 50, 14
- PUSHBUTTON "Start", IDC_START, 199, 153, 50, 14
- EDITTEXT IDC_YAW, 38, 15, 48, 14, ES_AUTOHSCROLL
- RTEXT "Yaw", IDC_STATIC, 12, 17, 21, 14, SS_RIGHT
- EDITTEXT IDC_PITCH, 38, 38, 48, 14, ES_AUTOHSCROLL
- RTEXT "Pitch", IDC_STATIC, 16, 40, 17, 14, SS_RIGHT
- EDITTEXT IDC_ROLL, 38, 61, 48, 14, ES_AUTOHSCROLL
- RTEXT "Roll", IDC_STATIC, 20, 63, 13, 14, SS_RIGHT
- EDITTEXT IDC_X, 38, 84, 48, 14, ES_AUTOHSCROLL
- RTEXT "X", IDC_STATIC, 27, 86, 6, 14, SS_RIGHT
- EDITTEXT IDC_Y, 38, 107, 48, 14, ES_AUTOHSCROLL
- RTEXT "Y", IDC_STATIC, 27, 109, 6, 14, SS_RIGHT
- EDITTEXT IDC_Z, 38, 130, 48, 14, ES_AUTOHSCROLL
- RTEXT "Z", IDC_STATIC, 27, 132, 6, 14, SS_RIGHT
- EDITTEXT IDC_RYAW, 137, 15, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw Yaw", IDC_STATIC, 101, 17, 32, 8, SS_RIGHT
- EDITTEXT IDC_RPITCH, 137, 38, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw Pitch", IDC_STATIC, 99, 40, 34, 8, SS_RIGHT
- EDITTEXT IDC_RROLL, 137, 61, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw Roll", IDC_STATIC, 103, 63, 30, 8, SS_RIGHT
- EDITTEXT IDC_RX, 137, 84, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw X", IDC_STATIC, 111, 86, 22, 8, SS_RIGHT
- EDITTEXT IDC_RY, 137, 107, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw Y", IDC_STATIC, 111, 109, 22, 8, SS_RIGHT
- EDITTEXT IDC_RZ, 137, 130, 48, 14, ES_AUTOHSCROLL
- RTEXT "Raw Z", IDC_STATIC, 111, 132, 22, 8, SS_RIGHT
- EDITTEXT IDC_NUM, 264, 15, 48, 14, ES_AUTOHSCROLL
- RTEXT "Frame Number", IDC_STATIC, 212, 17, 47, 8, SS_RIGHT
- EDITTEXT IDC_RES, 264, 38, 48, 14, ES_AUTOHSCROLL
- RTEXT "Camera Resolution", IDC_STATIC, 199, 40, 60, 8, SS_RIGHT
- EDITTEXT IDC_PT0, 227, 61, 85, 14, ES_AUTOHSCROLL
- RTEXT "Point 1", IDC_STATIC, 199, 63, 23, 8, SS_RIGHT
- EDITTEXT IDC_PT1, 227, 84, 85, 14, ES_AUTOHSCROLL
- RTEXT "Point 2", IDC_STATIC, 199, 86, 23, 8, SS_RIGHT
- EDITTEXT IDC_PT2, 227, 107, 85, 14, ES_AUTOHSCROLL
- RTEXT "Point 3", IDC_STATIC, 199, 109, 23, 8, SS_RIGHT
- EDITTEXT IDC_PT3, 227, 130, 85, 14, ES_AUTOHSCROLL
- RTEXT "Point 4", IDC_STATIC, 199, 132, 23, 8, SS_RIGHT
- EDITTEXT IDC_TITLE, 38, 153, 147, 14, ES_AUTOHSCROLL
- RTEXT "Title", IDC_STATIC, 19, 155, 14, 8, SS_RIGHT
-}
-
+// Generated by ResEdit 1.5.9 +// Copyright (C) 2006-2011 +// http://www.resedit.net + +#include <windows.h> +#include <commctrl.h> +#include <richedit.h> +#include "resource.h" + +#ifdef HAVE_CONFIG_H + #include "../../../config.h" +#endif + + + + +// +// Dialog resources +// +//LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +IDD_DIALOG1 DIALOGEX 0, 0, 333, 183 +STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU +CAPTION "FreeTrack client test utility v@PACKAGE_VERSION@" +FONT 8, "Ms Shell Dlg", 400, 0, 1 +{ + DEFPUSHBUTTON "Quit", IDQUIT, 262, 153, 50, 14 + PUSHBUTTON "Start", IDC_START, 199, 153, 50, 14 + EDITTEXT IDC_YAW, 38, 15, 48, 14, ES_AUTOHSCROLL + RTEXT "Yaw", IDC_STATIC, 12, 17, 21, 14, SS_RIGHT + EDITTEXT IDC_PITCH, 38, 38, 48, 14, ES_AUTOHSCROLL + RTEXT "Pitch", IDC_STATIC, 16, 40, 17, 14, SS_RIGHT + EDITTEXT IDC_ROLL, 38, 61, 48, 14, ES_AUTOHSCROLL + RTEXT "Roll", IDC_STATIC, 20, 63, 13, 14, SS_RIGHT + EDITTEXT IDC_X, 38, 84, 48, 14, ES_AUTOHSCROLL + RTEXT "X", IDC_STATIC, 27, 86, 6, 14, SS_RIGHT + EDITTEXT IDC_Y, 38, 107, 48, 14, ES_AUTOHSCROLL + RTEXT "Y", IDC_STATIC, 27, 109, 6, 14, SS_RIGHT + EDITTEXT IDC_Z, 38, 130, 48, 14, ES_AUTOHSCROLL + RTEXT "Z", IDC_STATIC, 27, 132, 6, 14, SS_RIGHT + EDITTEXT IDC_RYAW, 137, 15, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw Yaw", IDC_STATIC, 101, 17, 32, 8, SS_RIGHT + EDITTEXT IDC_RPITCH, 137, 38, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw Pitch", IDC_STATIC, 99, 40, 34, 8, SS_RIGHT + EDITTEXT IDC_RROLL, 137, 61, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw Roll", IDC_STATIC, 103, 63, 30, 8, SS_RIGHT + EDITTEXT IDC_RX, 137, 84, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw X", IDC_STATIC, 111, 86, 22, 8, SS_RIGHT + EDITTEXT IDC_RY, 137, 107, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw Y", IDC_STATIC, 111, 109, 22, 8, SS_RIGHT + EDITTEXT IDC_RZ, 137, 130, 48, 14, ES_AUTOHSCROLL + RTEXT "Raw Z", IDC_STATIC, 111, 132, 22, 8, SS_RIGHT + EDITTEXT IDC_NUM, 264, 15, 48, 14, ES_AUTOHSCROLL + RTEXT "Frame Number", IDC_STATIC, 212, 17, 47, 8, SS_RIGHT + EDITTEXT IDC_RES, 264, 38, 48, 14, ES_AUTOHSCROLL + RTEXT "Camera Resolution", IDC_STATIC, 199, 40, 60, 8, SS_RIGHT + EDITTEXT IDC_PT0, 227, 61, 85, 14, ES_AUTOHSCROLL + RTEXT "Point 1", IDC_STATIC, 199, 63, 23, 8, SS_RIGHT + EDITTEXT IDC_PT1, 227, 84, 85, 14, ES_AUTOHSCROLL + RTEXT "Point 2", IDC_STATIC, 199, 86, 23, 8, SS_RIGHT + EDITTEXT IDC_PT2, 227, 107, 85, 14, ES_AUTOHSCROLL + RTEXT "Point 3", IDC_STATIC, 199, 109, 23, 8, SS_RIGHT + EDITTEXT IDC_PT3, 227, 130, 85, 14, ES_AUTOHSCROLL + RTEXT "Point 4", IDC_STATIC, 199, 132, 23, 8, SS_RIGHT + EDITTEXT IDC_TITLE, 38, 153, 147, 14, ES_AUTOHSCROLL + RTEXT "Title", IDC_STATIC, 19, 155, 14, 8, SS_RIGHT +} + diff --git a/contrib/very-important-source-code/ft_tester/main.cpp b/contrib-noinst/ft_tester/main.cpp index a737f88f..a737f88f 100644 --- a/contrib/very-important-source-code/ft_tester/main.cpp +++ b/contrib-noinst/ft_tester/main.cpp diff --git a/contrib/very-important-source-code/ft_tester/resource.h b/contrib-noinst/ft_tester/resource.h index 8bba17b4..8bba17b4 100644 --- a/contrib/very-important-source-code/ft_tester/resource.h +++ b/contrib-noinst/ft_tester/resource.h diff --git a/contrib/very-important-source-code/important-stuff/NPClient.h b/contrib-noinst/important-stuff/NPClient.h index 770e1c71..770e1c71 100644 --- a/contrib/very-important-source-code/important-stuff/NPClient.h +++ b/contrib-noinst/important-stuff/NPClient.h diff --git a/contrib/very-important-source-code/important-stuff/NPClient.spec b/contrib-noinst/important-stuff/NPClient.spec index 7fe5f1b4..7fe5f1b4 100644 --- a/contrib/very-important-source-code/important-stuff/NPClient.spec +++ b/contrib-noinst/important-stuff/NPClient.spec diff --git a/contrib/very-important-source-code/important-stuff/NPClient_dll.h b/contrib-noinst/important-stuff/NPClient_dll.h index b0bab5db..b0bab5db 100644 --- a/contrib/very-important-source-code/important-stuff/NPClient_dll.h +++ b/contrib-noinst/important-stuff/NPClient_dll.h diff --git a/contrib/very-important-source-code/important-stuff/NPClient_main.c b/contrib-noinst/important-stuff/NPClient_main.c index f892f89e..f892f89e 100644 --- a/contrib/very-important-source-code/important-stuff/NPClient_main.c +++ b/contrib-noinst/important-stuff/NPClient_main.c diff --git a/contrib/very-important-source-code/important-stuff/game_data.c b/contrib-noinst/important-stuff/game_data.c index 48774187..48774187 100644 --- a/contrib/very-important-source-code/important-stuff/game_data.c +++ b/contrib-noinst/important-stuff/game_data.c diff --git a/contrib/very-important-source-code/important-stuff/game_data.h b/contrib-noinst/important-stuff/game_data.h index b71f7a15..b71f7a15 100644 --- a/contrib/very-important-source-code/important-stuff/game_data.h +++ b/contrib-noinst/important-stuff/game_data.h diff --git a/contrib/very-important-source-code/make-csv.pl b/contrib-noinst/make-csv.pl index 5dc265f8..5dc265f8 100644 --- a/contrib/very-important-source-code/make-csv.pl +++ b/contrib-noinst/make-csv.pl diff --git a/contrib/very-important-source-code/tester/Makefile.am b/contrib-noinst/tester/Makefile.am index e025209a..e025209a 100644 --- a/contrib/very-important-source-code/tester/Makefile.am +++ b/contrib-noinst/tester/Makefile.am diff --git a/contrib/very-important-source-code/tester/Makefile.in b/contrib-noinst/tester/Makefile.in index cc49d754..cc49d754 100644 --- a/contrib/very-important-source-code/tester/Makefile.in +++ b/contrib-noinst/tester/Makefile.in diff --git a/contrib/very-important-source-code/tester/main.cpp b/contrib-noinst/tester/main.cpp index 95ca0d9b..95ca0d9b 100644 --- a/contrib/very-important-source-code/tester/main.cpp +++ b/contrib-noinst/tester/main.cpp diff --git a/contrib/very-important-source-code/tester/npifc.c b/contrib-noinst/tester/npifc.c index b036464e..b036464e 100644 --- a/contrib/very-important-source-code/tester/npifc.c +++ b/contrib-noinst/tester/npifc.c diff --git a/contrib/very-important-source-code/tester/npifc.h b/contrib-noinst/tester/npifc.h index d580e16d..d580e16d 100644 --- a/contrib/very-important-source-code/tester/npifc.h +++ b/contrib-noinst/tester/npifc.h diff --git a/contrib/very-important-source-code/tester/npview.rc.in b/contrib-noinst/tester/npview.rc.in index 231002f1..1ab6fe48 100644 --- a/contrib/very-important-source-code/tester/npview.rc.in +++ b/contrib-noinst/tester/npview.rc.in @@ -1,49 +1,49 @@ -// Generated by ResEdit 1.5.9
-// Copyright (C) 2006-2011
-// http://www.resedit.net
-
-#include <windows.h>
-#include <commctrl.h>
-#include <richedit.h>
-#include "resource.h"
-
-#ifdef HAVE_CONFIG_H
- #include "../../../config.h"
-#endif
-
-
-
-//
-// Dialog resources
-//
-//LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDD_DIALOG1 DIALOGEX 0, 0, 379, 124
-STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU
-CAPTION "NPTest v@PACKAGE_VERSION@"
-FONT 8, "Ms Shell Dlg", 400, 0, 1
-{
- DEFPUSHBUTTON "Quit", IDQUIT, 262, 102, 50, 14
- DEFPUSHBUTTON "Start", IDSTART, 7, 102, 50, 14
- EDITTEXT IDC_PITCH, 32, 32, 51, 14, ES_AUTOHSCROLL
- LTEXT "Pitch", IDC_STATIC, 11, 34, 20, 8, SS_LEFT
- LTEXT "Yaw", IDC_STATIC, 11, 59, 20, 8, SS_LEFT
- EDITTEXT IDC_YAW, 32, 57, 51, 14, ES_AUTOHSCROLL
- LTEXT "Roll", IDC_STATIC, 11, 84, 20, 8, SS_LEFT
- EDITTEXT IDC_ROLL, 32, 82, 51, 14, ES_AUTOHSCROLL
- LTEXT "X", IDC_STATIC, 101, 35, 6, 8, SS_LEFT
- EDITTEXT IDC_X1, 112, 32, 51, 14, ES_AUTOHSCROLL
- LTEXT "Y", IDC_STATIC, 101, 60, 6, 8, SS_LEFT
- EDITTEXT IDC_Y1, 112, 57, 51, 14, ES_AUTOHSCROLL
- LTEXT "Z", IDC_STATIC, 101, 85, 6, 8, SS_LEFT
- EDITTEXT IDC_Z1, 112, 82, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_X2, 172, 32, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_Y2, 172, 57, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_Z2, 172, 82, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_X3, 232, 32, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_Y3, 232, 57, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_Z3, 232, 82, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_S, 292, 32, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_F, 292, 57, 51, 14, ES_AUTOHSCROLL
- EDITTEXT IDC_APPID, 32, 12, 51, 12, ES_AUTOHSCROLL
- LTEXT "ID", IDC_STATIC, 17, 14, 8, 8, SS_LEFT
-}
+// Generated by ResEdit 1.5.9 +// Copyright (C) 2006-2011 +// http://www.resedit.net + +#include <windows.h> +#include <commctrl.h> +#include <richedit.h> +#include "resource.h" + +#ifdef HAVE_CONFIG_H + #include "../../../config.h" +#endif + + + +// +// Dialog resources +// +//LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +IDD_DIALOG1 DIALOGEX 0, 0, 379, 124 +STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU +CAPTION "NPTest v@PACKAGE_VERSION@" +FONT 8, "Ms Shell Dlg", 400, 0, 1 +{ + DEFPUSHBUTTON "Quit", IDQUIT, 262, 102, 50, 14 + DEFPUSHBUTTON "Start", IDSTART, 7, 102, 50, 14 + EDITTEXT IDC_PITCH, 32, 32, 51, 14, ES_AUTOHSCROLL + LTEXT "Pitch", IDC_STATIC, 11, 34, 20, 8, SS_LEFT + LTEXT "Yaw", IDC_STATIC, 11, 59, 20, 8, SS_LEFT + EDITTEXT IDC_YAW, 32, 57, 51, 14, ES_AUTOHSCROLL + LTEXT "Roll", IDC_STATIC, 11, 84, 20, 8, SS_LEFT + EDITTEXT IDC_ROLL, 32, 82, 51, 14, ES_AUTOHSCROLL + LTEXT "X", IDC_STATIC, 101, 35, 6, 8, SS_LEFT + EDITTEXT IDC_X1, 112, 32, 51, 14, ES_AUTOHSCROLL + LTEXT "Y", IDC_STATIC, 101, 60, 6, 8, SS_LEFT + EDITTEXT IDC_Y1, 112, 57, 51, 14, ES_AUTOHSCROLL + LTEXT "Z", IDC_STATIC, 101, 85, 6, 8, SS_LEFT + EDITTEXT IDC_Z1, 112, 82, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_X2, 172, 32, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_Y2, 172, 57, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_Z2, 172, 82, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_X3, 232, 32, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_Y3, 232, 57, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_Z3, 232, 82, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_S, 292, 32, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_F, 292, 57, 51, 14, ES_AUTOHSCROLL + EDITTEXT IDC_APPID, 32, 12, 51, 12, ES_AUTOHSCROLL + LTEXT "ID", IDC_STATIC, 17, 14, 8, 8, SS_LEFT +} diff --git a/contrib/very-important-source-code/tester/resource.h b/contrib-noinst/tester/resource.h index 328d9cb7..328d9cb7 100644 --- a/contrib/very-important-source-code/tester/resource.h +++ b/contrib-noinst/tester/resource.h |