Add OpenWatcom 2

This commit is contained in:
2021-10-19 13:12:18 +01:00
parent 4ac66a9913
commit fd0bc0fb65
14 changed files with 458 additions and 1 deletions

9
CMake-OpenWatcom2/.idea/.gitignore generated vendored Executable file
View File

@@ -0,0 +1,9 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
/deployment.xml

1
CMake-OpenWatcom2/.idea/.name generated Normal file
View File

@@ -0,0 +1 @@
CMake-OpenWatcom2

2
CMake-OpenWatcom2/.idea/CMake-OpenWatcom2.iml generated Executable file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CMake" type="CPP_MODULE" version="4" />

7
CMake-OpenWatcom2/.idea/custom-compiler.xml generated Executable file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.jetbrains.cidr.lang.workspace.compiler.custom.CustomCompilerService">
<option name="definitionsFile" value="$PROJECT_DIR$/openwatcom2.yaml" />
<option name="enabled" value="true" />
</component>
</project>

4
CMake-OpenWatcom2/.idea/misc.xml generated Executable file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
</project>

8
CMake-OpenWatcom2/.idea/modules.xml generated Executable file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/CMake-OpenWatcom2.iml" filepath="$PROJECT_DIR$/.idea/CMake-OpenWatcom2.iml" />
</modules>
</component>
</project>