This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-installers.git

commit 1b351e118f71c5790d720155380def22a6b76a43
Merge: 40d5d12 57cbbe9
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Mar 13 12:40:56 2023 +0100

    Merge pull request #3 from ebarboni/buildinit
    
    init build system for cleaner/launcher

 pom.xml                                            |  11 +-
 src/assembly/assembly.xml                          |  59 ++++
 src/main/cpp/cleaner/windows/Makefile              |  79 ------
 src/main/cpp/cleaner/windows/Makefile-vc           |  59 ----
 .../project.properties => Makefile.mingw}          |  17 +-
 .../cleaner/windows/nbproject/configurations.xml   |  97 -------
 src/main/cpp/cleaner/windows/nbproject/project.xml |  31 ---
 .../windows/vcproject/NBI Native Cleaner.ncb       |   1 -
 .../windows/vcproject/NBI Native Cleaner.sln       |  20 --
 .../windows/vcproject/NBI Native Cleaner.suo       | Bin 33280 -> 0 bytes
 .../windows/vcproject/NBI Native Cleaner.vcproj    | 209 --------------
 .../vcproject/NBI Native Cleaner.vcproj.user       |   1 -
 src/main/cpp/launcher/windows/.dep.inc             |   5 -
 src/main/cpp/launcher/windows/Makefile             | 109 --------
 src/main/cpp/launcher/windows/Makefile-vc          |  92 -------
 src/main/cpp/launcher/windows/Makefile-vc-wo-crt   |  92 -------
 .../project.properties => Makefile.mingw}          |  21 +-
 .../launcher/windows/nbproject/configurations.xml  | 107 --------
 .../cpp/launcher/windows/nbproject/project.xml     |  46 ----
 .../windows/vcproject/NBI Native Launcher.ncb      |   1 -
 .../windows/vcproject/NBI Native Launcher.sln      |  17 --
 .../windows/vcproject/NBI Native Launcher.suo      | Bin 50176 -> 0 bytes
 .../windows/vcproject/NBI Native Launcher.vcproj   | 304 ---------------------
 .../NBI Native Launcher.vcproj.SARD.dlm198383.user |  65 -----
 .../vcproject/NBI Native Launcher.vcproj.user      |   1 -
 25 files changed, 98 insertions(+), 1346 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to