Home
last modified time | relevance | path

Searched refs:PNAME (Results 1 – 25 of 1863) sorted by relevance

12345678910>>...75

/dports/science/grib_api/grib_api-1.28.0-Source/cmake/
H A Dproject-config.cmake.in4 # @PNAME@_INCLUDE_DIRS - include directories
37 set( @PNAME@_INCLUDE_DIRS "" )
42 list( APPEND @PNAME@_INCLUDE_DIRS ${@PNAME@_TPL_INCLUDE_DIRS} )
46 set( @PNAME@_DEFINITIONS ${@PNAME@_SELF_DEFINITIONS} ${@PNAME@_TPL_DEFINITIONS} )
50 set( @PNAME@_LIBRARIES ${@PNAME@_SELF_LIBRARIES} ${@PNAME@_TPL_LIBRARIES} )
55 foreach( _f ${@PNAME@_FEATURES} )
56 set( @PNAME@_HAVE_${_f} 1 )
63 set( @PNAME@_IMPORT_FILE "${@PNAME@_CMAKE_DIR}/@CONF_IMPORT_FILE@" )
64 include( ${@PNAME@_IMPORT_FILE} )
75 if( @PNAME@_IS_BUILD_DIR_EXPORT )
[all …]
H A Decbuild_config.h.in25 #define @PNAME@_OS_NAME "@CMAKE_SYSTEM@"
26 #define @PNAME@_OS_BITS @EC_OS_BITS@
27 #define @PNAME@_OS_BITS_STR "@EC_OS_BITS@"
32 #define @PNAME@_BUILD_TIMESTAMP "@EC_BUILD_TIMESTAMP@"
33 #define @PNAME@_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
41 #define @PNAME@_C_COMPILER "@CMAKE_C_COMPILER@"
42 #define @PNAME@_C_FLAGS "@EC_C_FLAGS@"
45 #define @PNAME@_CXX_FLAGS "@EC_CXX_FLAGS@"
54 #define @PNAME@_DEVELOPER_SRC_DIR "@CMAKE_SOURCE_DIR@"
55 #define @PNAME@_DEVELOPER_BIN_DIR "@CMAKE_BINARY_DIR@"
[all …]
H A Decbuild_declare_project.cmake27 # :<PNAME>_MAJOR_VERSION: major version number
28 # :<PNAME>_MINOR_VERSION: minor version number
29 # :<PNAME>_PATCH_VERSION: patch version number
61 string( TOUPPER ${PROJECT_NAME} PNAME )
73 if( ${PNAME}_GIT_SHA1 )
74 string( SUBSTRING "${${PNAME}_GIT_SHA1}" 0 7 ${PNAME}_GIT_SHA1_SHORT )
99 string( REGEX REPLACE "^([0-9]+).*" "\\1" ${PNAME}_PATCH_VERSION "${${PNAME}_PATCH_VERSION}" )
101 …set( ${PNAME}_VERSION "${${PNAME}_MAJOR_VERSION}.${${PNAME}_MINOR_VERSION}.${${PNAME}_PATCH_VERSIO…
107 # ecbuild_debug_var( ${PNAME}_VERSION )
169 …file( RELATIVE_PATH relative_rpath ${${PNAME}_FULL_INSTALL_BIN_DIR} ${${PNAME}_FULL_INSTALL_LIB_DI…
[all …]
H A Decbuild_install_project.cmake426 set( ${PNAME}_VERSION ${${PNAME}_VERSION} PARENT_SCOPE )
427 set( ${PNAME}_GIT_SHA1 ${${PNAME}_GIT_SHA1} PARENT_SCOPE )
428 set( ${PNAME}_GIT_SHA1_SHORT ${${PNAME}_GIT_SHA1_SHORT} PARENT_SCOPE )
430 set( ${PNAME}_INCLUDE_DIRS ${${PNAME}_INCLUDE_DIRS} PARENT_SCOPE )
431 set( ${PNAME}_LIBRARIES ${${PNAME}_LIBRARIES} PARENT_SCOPE )
432 set( ${PNAME}_DEFINITIONS ${${PNAME}_DEFINITIONS} PARENT_SCOPE )
433 set( ${PNAME}_PACKAGES ${${PNAME}_PACKAGES} PARENT_SCOPE )
434 set( ${PNAME}_TPLS ${${PNAME}_TPLS} PARENT_SCOPE )
435 set( ${PNAME}_TPL_LIBRARIES ${${PNAME}_TPL_LIBRARIES} PARENT_SCOPE )
436 set( ${PNAME}_TPL_DEFINITIONS ${${PNAME}_TPL_DEFINITIONS} PARENT_SCOPE )
[all …]
/dports/misc/libemos/libemos-4.5.9-Source/cmake/
H A Dproject-config.cmake.in4 # @PNAME@_INCLUDE_DIRS - include directories
37 set( @PNAME@_INCLUDE_DIRS "" )
42 list( APPEND @PNAME@_INCLUDE_DIRS ${@PNAME@_TPL_INCLUDE_DIRS} )
46 set( @PNAME@_DEFINITIONS ${@PNAME@_SELF_DEFINITIONS} ${@PNAME@_TPL_DEFINITIONS} )
50 set( @PNAME@_LIBRARIES ${@PNAME@_SELF_LIBRARIES} ${@PNAME@_TPL_LIBRARIES} )
55 foreach( _f ${@PNAME@_FEATURES} )
56 set( @PNAME@_HAVE_${_f} 1 )
63 set( @PNAME@_IMPORT_FILE "${@PNAME@_CMAKE_DIR}/@CONF_IMPORT_FILE@" )
64 include( ${@PNAME@_IMPORT_FILE} )
75 if( @PNAME@_IS_BUILD_DIR_EXPORT )
[all …]
H A Decbuild_config.h.in25 #define @PNAME@_OS_NAME "@CMAKE_SYSTEM@"
26 #define @PNAME@_OS_BITS @EC_OS_BITS@
27 #define @PNAME@_OS_BITS_STR "@EC_OS_BITS@"
32 #define @PNAME@_BUILD_TIMESTAMP "@EC_BUILD_TIMESTAMP@"
33 #define @PNAME@_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
41 #define @PNAME@_C_COMPILER "@CMAKE_C_COMPILER@"
42 #define @PNAME@_C_FLAGS "@EC_C_FLAGS@"
45 #define @PNAME@_CXX_FLAGS "@EC_CXX_FLAGS@"
54 #define @PNAME@_DEVELOPER_SRC_DIR "@CMAKE_SOURCE_DIR@"
55 #define @PNAME@_DEVELOPER_BIN_DIR "@CMAKE_BINARY_DIR@"
[all …]
H A Decbuild_declare_project.cmake27 # :<PNAME>_MAJOR_VERSION: major version number
28 # :<PNAME>_MINOR_VERSION: minor version number
29 # :<PNAME>_PATCH_VERSION: patch version number
61 string( TOUPPER ${PROJECT_NAME} PNAME )
73 if( ${PNAME}_GIT_SHA1 )
74 string( SUBSTRING "${${PNAME}_GIT_SHA1}" 0 7 ${PNAME}_GIT_SHA1_SHORT )
99 string( REGEX REPLACE "^([0-9]+).*" "\\1" ${PNAME}_PATCH_VERSION "${${PNAME}_PATCH_VERSION}" )
101 …set( ${PNAME}_VERSION "${${PNAME}_MAJOR_VERSION}.${${PNAME}_MINOR_VERSION}.${${PNAME}_PATCH_VERSIO…
107 # ecbuild_debug_var( ${PNAME}_VERSION )
169 …file( RELATIVE_PATH relative_rpath ${${PNAME}_FULL_INSTALL_BIN_DIR} ${${PNAME}_FULL_INSTALL_LIB_DI…
[all …]
H A Decbuild_install_project.cmake426 set( ${PNAME}_VERSION ${${PNAME}_VERSION} PARENT_SCOPE )
427 set( ${PNAME}_GIT_SHA1 ${${PNAME}_GIT_SHA1} PARENT_SCOPE )
428 set( ${PNAME}_GIT_SHA1_SHORT ${${PNAME}_GIT_SHA1_SHORT} PARENT_SCOPE )
430 set( ${PNAME}_INCLUDE_DIRS ${${PNAME}_INCLUDE_DIRS} PARENT_SCOPE )
431 set( ${PNAME}_LIBRARIES ${${PNAME}_LIBRARIES} PARENT_SCOPE )
432 set( ${PNAME}_DEFINITIONS ${${PNAME}_DEFINITIONS} PARENT_SCOPE )
433 set( ${PNAME}_PACKAGES ${${PNAME}_PACKAGES} PARENT_SCOPE )
434 set( ${PNAME}_TPLS ${${PNAME}_TPLS} PARENT_SCOPE )
435 set( ${PNAME}_TPL_LIBRARIES ${${PNAME}_TPL_LIBRARIES} PARENT_SCOPE )
436 set( ${PNAME}_TPL_DEFINITIONS ${${PNAME}_TPL_DEFINITIONS} PARENT_SCOPE )
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/cmake/
H A Decbuild_config.h.in28 #define @PNAME@_OS_NAME "@CMAKE_SYSTEM@"
29 #define @PNAME@_OS_BITS @EC_OS_BITS@
30 #define @PNAME@_OS_BITS_STR "@EC_OS_BITS@"
35 #define @PNAME@_BUILD_TIMESTAMP "@EC_BUILD_TIMESTAMP@"
36 #define @PNAME@_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
44 #define @PNAME@_C_COMPILER "@CMAKE_C_COMPILER@"
45 #define @PNAME@_C_FLAGS "@EC_C_FLAGS@"
48 #define @PNAME@_CXX_FLAGS "@EC_CXX_FLAGS@"
57 #define @PNAME@_DEVELOPER_SRC_DIR "@CMAKE_SOURCE_DIR@"
58 #define @PNAME@_DEVELOPER_BIN_DIR "@CMAKE_BINARY_DIR@"
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/samsung/
H A Dclk-exynos5420.c297 PNAME(mout_apll_p) = {"fin_pll", "fout_apll"};
298 PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"};
299 PNAME(mout_cpll_p) = {"fin_pll", "fout_cpll"};
300 PNAME(mout_dpll_p) = {"fin_pll", "fout_dpll"};
301 PNAME(mout_epll_p) = {"fin_pll", "fout_epll"};
302 PNAME(mout_ipll_p) = {"fin_pll", "fout_ipll"};
303 PNAME(mout_kpll_p) = {"fin_pll", "fout_kpll"};
304 PNAME(mout_mpll_p) = {"fin_pll", "fout_mpll"};
305 PNAME(mout_rpll_p) = {"fin_pll", "fout_rpll"};
306 PNAME(mout_spll_p) = {"fin_pll", "fout_spll"};
[all …]
H A Dclk-exynos5260.c88 PNAME(mout_aud_pll_user_p) = {"fin_pll", "fout_aud_pll"};
182 PNAME(mout_phyclk_hdmi_phy_ref_clko_user_p) = {"fin_pll",
192 PNAME(mout_phyclk_dptx_phy_clk_div2_user_p) = {"fin_pll",
358 PNAME(mout_egl_b_p) = {"mout_egl_pll", "dout_bus_pll"};
359 PNAME(mout_egl_pll_p) = {"fin_pll", "fout_egl_pll"};
613 PNAME(mout_g3d_pll_p) = {"fin_pll", "fout_g3d_pll"};
929 PNAME(mout_kfc_pll_p) = {"fin_pll", "fout_kfc_pll"};
1068 PNAME(mout_mem_pll_p) = {"fin_pll", "fout_mem_pll"};
1069 PNAME(mout_bus_pll_p) = {"fin_pll", "fout_bus_pll"};
1470 PNAME(mout_aud_pll_p) = {"fin_pll", "fout_aud_pll"};
[all …]
H A Dclk-exynos7.c51 PNAME(mout_topc_group2) = { "mout_topc_bus0_pll_half",
55 PNAME(mout_topc_bus0_pll_half_p) = { "mout_topc_bus0_pll",
57 PNAME(mout_topc_bus1_pll_half_p) = { "mout_topc_bus1_pll",
59 PNAME(mout_topc_cc_pll_half_p) = { "mout_topc_cc_pll",
61 PNAME(mout_topc_mfc_pll_half_p) = { "mout_topc_mfc_pll",
65 PNAME(mout_topc_bus0_pll_out_p) = {"mout_topc_bus0_pll",
240 PNAME(mout_top0_cc_pll_half_p) = {"mout_top0_cc_pll_user",
245 PNAME(mout_top0_group1) = {"mout_top0_bus0_pll_half",
248 PNAME(mout_top0_group3) = {"ioclk_audiocdclk0",
433 PNAME(mout_top1_group1) = {"mout_top1_bus0_pll_half",
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/samsung/
H A Dclk-exynos5420.c297 PNAME(mout_apll_p) = {"fin_pll", "fout_apll"};
298 PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"};
299 PNAME(mout_cpll_p) = {"fin_pll", "fout_cpll"};
300 PNAME(mout_dpll_p) = {"fin_pll", "fout_dpll"};
301 PNAME(mout_epll_p) = {"fin_pll", "fout_epll"};
302 PNAME(mout_ipll_p) = {"fin_pll", "fout_ipll"};
303 PNAME(mout_kpll_p) = {"fin_pll", "fout_kpll"};
304 PNAME(mout_mpll_p) = {"fin_pll", "fout_mpll"};
305 PNAME(mout_rpll_p) = {"fin_pll", "fout_rpll"};
306 PNAME(mout_spll_p) = {"fin_pll", "fout_spll"};
[all …]
H A Dclk-exynos5260.c88 PNAME(mout_aud_pll_user_p) = {"fin_pll", "fout_aud_pll"};
182 PNAME(mout_phyclk_hdmi_phy_ref_clko_user_p) = {"fin_pll",
192 PNAME(mout_phyclk_dptx_phy_clk_div2_user_p) = {"fin_pll",
358 PNAME(mout_egl_b_p) = {"mout_egl_pll", "dout_bus_pll"};
359 PNAME(mout_egl_pll_p) = {"fin_pll", "fout_egl_pll"};
613 PNAME(mout_g3d_pll_p) = {"fin_pll", "fout_g3d_pll"};
929 PNAME(mout_kfc_pll_p) = {"fin_pll", "fout_kfc_pll"};
1068 PNAME(mout_mem_pll_p) = {"fin_pll", "fout_mem_pll"};
1069 PNAME(mout_bus_pll_p) = {"fin_pll", "fout_bus_pll"};
1470 PNAME(mout_aud_pll_p) = {"fin_pll", "fout_aud_pll"};
[all …]
H A Dclk-exynos7.c51 PNAME(mout_topc_group2) = { "mout_topc_bus0_pll_half",
55 PNAME(mout_topc_bus0_pll_half_p) = { "mout_topc_bus0_pll",
57 PNAME(mout_topc_bus1_pll_half_p) = { "mout_topc_bus1_pll",
59 PNAME(mout_topc_cc_pll_half_p) = { "mout_topc_cc_pll",
61 PNAME(mout_topc_mfc_pll_half_p) = { "mout_topc_mfc_pll",
65 PNAME(mout_topc_bus0_pll_out_p) = {"mout_topc_bus0_pll",
240 PNAME(mout_top0_cc_pll_half_p) = {"mout_top0_cc_pll_user",
245 PNAME(mout_top0_group1) = {"mout_top0_bus0_pll_half",
248 PNAME(mout_top0_group3) = {"ioclk_audiocdclk0",
433 PNAME(mout_top1_group1) = {"mout_top1_bus0_pll_half",
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/samsung/
H A Dclk-exynos5420.c297 PNAME(mout_apll_p) = {"fin_pll", "fout_apll"};
298 PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"};
299 PNAME(mout_cpll_p) = {"fin_pll", "fout_cpll"};
300 PNAME(mout_dpll_p) = {"fin_pll", "fout_dpll"};
301 PNAME(mout_epll_p) = {"fin_pll", "fout_epll"};
302 PNAME(mout_ipll_p) = {"fin_pll", "fout_ipll"};
303 PNAME(mout_kpll_p) = {"fin_pll", "fout_kpll"};
304 PNAME(mout_mpll_p) = {"fin_pll", "fout_mpll"};
305 PNAME(mout_rpll_p) = {"fin_pll", "fout_rpll"};
306 PNAME(mout_spll_p) = {"fin_pll", "fout_spll"};
[all …]
H A Dclk-exynos5260.c88 PNAME(mout_aud_pll_user_p) = {"fin_pll", "fout_aud_pll"};
182 PNAME(mout_phyclk_hdmi_phy_ref_clko_user_p) = {"fin_pll",
192 PNAME(mout_phyclk_dptx_phy_clk_div2_user_p) = {"fin_pll",
358 PNAME(mout_egl_b_p) = {"mout_egl_pll", "dout_bus_pll"};
359 PNAME(mout_egl_pll_p) = {"fin_pll", "fout_egl_pll"};
613 PNAME(mout_g3d_pll_p) = {"fin_pll", "fout_g3d_pll"};
929 PNAME(mout_kfc_pll_p) = {"fin_pll", "fout_kfc_pll"};
1068 PNAME(mout_mem_pll_p) = {"fin_pll", "fout_mem_pll"};
1069 PNAME(mout_bus_pll_p) = {"fin_pll", "fout_bus_pll"};
1470 PNAME(mout_aud_pll_p) = {"fin_pll", "fout_aud_pll"};
[all …]
H A Dclk-exynos7.c51 PNAME(mout_topc_group2) = { "mout_topc_bus0_pll_half",
55 PNAME(mout_topc_bus0_pll_half_p) = { "mout_topc_bus0_pll",
57 PNAME(mout_topc_bus1_pll_half_p) = { "mout_topc_bus1_pll",
59 PNAME(mout_topc_cc_pll_half_p) = { "mout_topc_cc_pll",
61 PNAME(mout_topc_mfc_pll_half_p) = { "mout_topc_mfc_pll",
65 PNAME(mout_topc_bus0_pll_out_p) = {"mout_topc_bus0_pll",
240 PNAME(mout_top0_cc_pll_half_p) = {"mout_top0_cc_pll_user",
245 PNAME(mout_top0_group1) = {"mout_top0_bus0_pll_half",
248 PNAME(mout_top0_group3) = {"ioclk_audiocdclk0",
433 PNAME(mout_top1_group1) = {"mout_top1_bus0_pll_half",
[all …]
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanquickobject.h11 #define DEFINE_QML_PROEPRTY(PNAME) \ argument
13 QVariant _##PNAME; \
15 void PNAME##Changed(); \
17 Q_PROPERTY(int PNAME READ PNAME WRITE set##PNAME NOTIFY PNAME##Changed) \
18 int PNAME() const { return _##PNAME.toInt(); } \
19 void set##PNAME(int PNAME) { SET_PROPERTY(PNAME) }
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_textureloader.h71 #define REGISTER_PLUGIN(PNAME) \ argument
72 static PNAME reg##PNAME; \
73 struct PNAME##regHelp { \
74 PNAME##regHelp() { RfxTextureLoader::RegisterPlugin(&reg##PNAME); } \
75 ~PNAME##regHelp() { RfxTextureLoader::UnregisterPlugin(&reg##PNAME); } \
77 static PNAME##regHelp PNAME##regHelpIns;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/rockchip/
H A Dclk-rk3568.c205 PNAME(mux_pll_p) = { "xin24m" };
207 PNAME(mux_armclk_p) = { "apll", "gpll" };
230 PNAME(npll_gpll_p) = { "npll", "gpll" };
231 PNAME(cpll_gpll_p) = { "cpll", "gpll" };
232 PNAME(gpll_cpll_p) = { "gpll", "cpll" };
241 PNAME(clk_ddr1x_p) = { "clk_ddrphy1x_src", "dpll" };
277 PNAME(xin24m_32k_p) = { "xin24m", "clk_rtc_32k" };
298 PNAME(clk_hdmi_ref_p) = { "hpll", "hpll_ph0" };
299 PNAME(clk_pdpmu_p) = { "ppll", "gpll" };
301 PNAME(clk_pwm0_p) = { "xin24m", "clk_pdpmu" };
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/rockchip/
H A Dclk-rk3568.c205 PNAME(mux_pll_p) = { "xin24m" };
207 PNAME(mux_armclk_p) = { "apll", "gpll" };
230 PNAME(npll_gpll_p) = { "npll", "gpll" };
231 PNAME(cpll_gpll_p) = { "cpll", "gpll" };
232 PNAME(gpll_cpll_p) = { "gpll", "cpll" };
241 PNAME(clk_ddr1x_p) = { "clk_ddrphy1x_src", "dpll" };
277 PNAME(xin24m_32k_p) = { "xin24m", "clk_rtc_32k" };
298 PNAME(clk_hdmi_ref_p) = { "hpll", "hpll_ph0" };
299 PNAME(clk_pdpmu_p) = { "ppll", "gpll" };
301 PNAME(clk_pwm0_p) = { "xin24m", "clk_pdpmu" };
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/rockchip/
H A Dclk-rk3568.c205 PNAME(mux_pll_p) = { "xin24m" };
207 PNAME(mux_armclk_p) = { "apll", "gpll" };
230 PNAME(npll_gpll_p) = { "npll", "gpll" };
231 PNAME(cpll_gpll_p) = { "cpll", "gpll" };
232 PNAME(gpll_cpll_p) = { "gpll", "cpll" };
241 PNAME(clk_ddr1x_p) = { "clk_ddrphy1x_src", "dpll" };
277 PNAME(xin24m_32k_p) = { "xin24m", "clk_rtc_32k" };
298 PNAME(clk_hdmi_ref_p) = { "hpll", "hpll_ph0" };
299 PNAME(clk_pdpmu_p) = { "ppll", "gpll" };
301 PNAME(clk_pwm0_p) = { "xin24m", "clk_pdpmu" };
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/mingw/
H A Dwintesto.cmd53 SET PNAME=.\gpsbabel
54 IF NOT EXIST %PNAME%.EXE ECHO Can't find %PNAME%&& GOTO :EOF
74 %PNAME% -i geo -f geocaching.loc -o geo -F %TMPDIR%\gl.loc
83 %PNAME% -i geo -f geocaching.loc -o gpsutil -F %TMPDIR%\gu.wpt
89 %PNAME% -i gpsutil -f %TMPDIR%\gu.wpt -o gpx -F %TMPDIR%\1.gpx
99 %PNAME% -i geo -f geocaching.loc -o gpsman -F %TMPDIR%\gm.gm
109 %PNAME% -i geo -f geocaching.loc -o gpx -F %TMPDIR%\gl.gpx
147 %PNAME% -i geo -f geocaching.loc -o tiger -F %TMPDIR%\tiger
207 %PNAME% -i xmap -f reference\xmap -o xmap -F %TMPDIR%\xmap
219 %PNAME% -i geo -f geocaching.loc -o pcx -F %TMPDIR%\mm.pcx
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/mingw/
H A Dwintesto.cmd53 SET PNAME=.\gpsbabel
54 IF NOT EXIST %PNAME%.EXE ECHO Can't find %PNAME%&& GOTO :EOF
74 %PNAME% -i geo -f geocaching.loc -o geo -F %TMPDIR%\gl.loc
83 %PNAME% -i geo -f geocaching.loc -o gpsutil -F %TMPDIR%\gu.wpt
89 %PNAME% -i gpsutil -f %TMPDIR%\gu.wpt -o gpx -F %TMPDIR%\1.gpx
99 %PNAME% -i geo -f geocaching.loc -o gpsman -F %TMPDIR%\gm.gm
109 %PNAME% -i geo -f geocaching.loc -o gpx -F %TMPDIR%\gl.gpx
147 %PNAME% -i geo -f geocaching.loc -o tiger -F %TMPDIR%\tiger
207 %PNAME% -i xmap -f reference\xmap -o xmap -F %TMPDIR%\xmap
219 %PNAME% -i geo -f geocaching.loc -o pcx -F %TMPDIR%\mm.pcx
[all …]

12345678910>>...75