Skip to content

Commit

Permalink
removed OCIDE from installer
Browse files Browse the repository at this point in the history
fixes #1020
  • Loading branch information
GitMensch authored Feb 6, 2024
1 parent ccc6966 commit 0a2721e
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 5,732 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ q2.*
/src/occ/Release/
/src/occ/parse86/Release/
/src/occ/preproc/Release/
/src/ocide/Release/
/src/ocl/Release/
/src/ocpp/Release/
/src/ogrep/Release/
Expand All @@ -89,7 +88,6 @@ q2.*
/src/occ/Debug/
/src/occ/parse86/Debug/
/src/occ/preproc/Debug/
/src/ocide/Debug/
/src/ocl/Debug/
/src/ocpp/Debug/
/src/ogrep/Debug/
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OrangeC Compiler And Tool Chain Release Notes

## Unreleased
* project: remove last pieces of OCIDE, now a separate project

## Version 6.0.73
* project: update sqlite3 to latest version
* olink: fix bug with debug info for type information
Expand Down
1 change: 0 additions & 1 deletion src/dos/tv/source/q.bat

This file was deleted.

2 changes: 1 addition & 1 deletion src/dosxclude.lst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ colsstartup.*
*.cwa
*.cpj
*.ttf
ocide.exe
occil.exe
orc.exe
oimplib.exe
obrc.exe
Expand Down
2 changes: 1 addition & 1 deletion src/examples/win32/Demo.exe.cpj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<CC386PROJECT>
<VERSION ID="5"/>
<WORKAREA NAME="C:\Users\David Lindauer\Documents\Orange C Projects\examples\windows examples\windows examples.cwa"/>
<WORKAREA NAME="C:\orange\examples\win32\windows examples.cwa"/>
<TARGET TITLE="Demo">
<PROPERTIES>
<PROFILE NAME="WIN32" TYPE="DEBUG">
Expand Down
2 changes: 1 addition & 1 deletion src/examples/win32/RCDemo/RCDemo.exe.cpj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<CC386PROJECT>
<VERSION ID="5"/>
<WORKAREA NAME="C:\Users\David Lindauer\Documents\Orange C Projects\examples\windows examples\windows examples.cwa"/>
<WORKAREA NAME="C:\orange\examples\win32\windows examples.cwa"/>
<TARGET TITLE="RCDemo">
<PROPERTIES>
<PROFILE NAME="WIN32" TYPE="DEBUG">
Expand Down
2 changes: 1 addition & 1 deletion src/examples/win32/atc/atc.exe.cpj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<CC386PROJECT>
<VERSION ID="5"/>
<WORKAREA NAME="C:\Users\David\Documents\Orange C Projects\examples\windows examples\windows examples.cwa"/>
<WORKAREA NAME="C:\orange\examples\win32\windows examples.cwa"/>
<TARGET TITLE="atc">
<PROPERTIES>
<PROFILE NAME="WIN32" TYPE="DEBUG">
Expand Down
2 changes: 1 addition & 1 deletion src/examples/win32/listview/listview.exe.cpj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<CC386PROJECT>
<VERSION ID="5"/>
<WORKAREA NAME="C:\Users\David Lindauer\Documents\Orange C Projects\examples\windows examples\windows examples.cwa"/>
<WORKAREA NAME="C:\orange\examples\win32\windows examples.cwa"/>
<TARGET TITLE="listview">
<PROPERTIES>
<PROFILE NAME="WIN32" TYPE="DEBUG">
Expand Down
2 changes: 1 addition & 1 deletion src/examples/win32/xmlview/xmlview.exe.cpj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<CC386PROJECT>
<VERSION ID="5"/>
<WORKAREA NAME="C:\Users\David Lindauer\Documents\Orange C Projects\examples\windows examples\windows examples.cwa"/>
<WORKAREA NAME="C:\orange\examples\win32\windows examples.cwa"/>
<TARGET TITLE="xmlview">
<PROPERTIES>
<PROFILE NAME="WIN32" TYPE="DEBUG">
Expand Down
Binary file removed src/help/ocide.chm
Binary file not shown.
5,451 changes: 0 additions & 5,451 deletions src/help/ocide.hsc

This file was deleted.

141 changes: 0 additions & 141 deletions src/help/ocide_HELPID.C

This file was deleted.

Loading

0 comments on commit 0a2721e

Please sign in to comment.