Skip to content

Commit

Permalink
Merge pull request #3 from binghe/master
Browse files Browse the repository at this point in the history
Bypass the license; updated manual
  • Loading branch information
luismbo committed Jun 1, 2015
2 parents 1b9376d + 6f59e4a commit 9d830d0
Show file tree
Hide file tree
Showing 69 changed files with 1,606 additions and 2,026 deletions.
Binary file removed Corman Lisp 2.0.ism
Binary file not shown.
Binary file removed Corman Lisp 2.01.ism
Binary file not shown.
Binary file removed Corman Lisp 2.2.ism
Binary file not shown.
Binary file removed Corman Lisp 2.5.ise
Binary file not shown.
Binary file removed Corman Lisp 2.5.ism
Binary file not shown.
Binary file removed Corman Lisp 2.6.ise
Binary file not shown.
Binary file added Corman Lisp 3.02.ism
Binary file not shown.
4 changes: 2 additions & 2 deletions CormanLisp.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.42' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50727.42' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
<assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>
Binary file removed CormanLispIDE/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions CormanLispIDE/CormanLisp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,15 @@ BEGIN
LTEXT "Santa Rosa, CA 95404 USA",IDC_STATIC,201,86,100,9
LTEXT "Name:",IDC_STATIC,170,99,34,8
LTEXT "Organization:",IDC_STATIC,170,112,41,8
LTEXT "Registration Code:",IDC_STATIC,170,125,60,8
//LTEXT "Registration Code:",IDC_STATIC,170,125,60,8
DEFPUSHBUTTON "Not Yet",IDCANCEL,308,154,50,14
EDITTEXT IDC_EDITNAME,240,96,113,12,ES_AUTOHSCROLL
EDITTEXT IDC_EDITORG,240,109,113,12,ES_AUTOHSCROLL
EDITTEXT IDC_EDITREGCODE,240,122,113,12,ES_AUTOHSCROLL
//EDITTEXT IDC_EDITREGCODE,240,122,113,12,ES_AUTOHSCROLL
LTEXT "Version:",IDC_STATIC,7,148,34,9
LTEXT "CormanLisp 3.0",IDC_REGVERSION,102,148,56,10
LTEXT "Evaluation days remaining:",IDC_STATIC,7,160,85,8
LTEXT "0",IDC_DAYSREMAINING,101,160,51,8
//LTEXT "Evaluation days remaining:",IDC_STATIC,7,160,85,8
//LTEXT "0",IDC_DAYSREMAINING,101,160,51,8
PUSHBUTTON "Legal Information",ID_LEGAL_INFO,161,154,64,14
END

Expand Down
2 changes: 1 addition & 1 deletion CormanLispIDE/CormanLisp.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
OutputFile="..\CormanLisp.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateManifest="false"
GenerateManifest="true"
ManifestFile="..\CormanLisp.exe.manifest"
IgnoreDefaultLibraryNames="oleacc.lib"
GenerateDebugInformation="true"
Expand Down
174 changes: 174 additions & 0 deletions CormanLispIDE/CormanLisp.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Standard|Win32">
<Configuration>Standard</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{FF6CFCF2-F424-4B17-93FF-469DEAD1D723}</ProjectGuid>
<RootNamespace>CormanLisp</RootNamespace>
<Keyword>MFCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Standard|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v120_xp</PlatformToolset>
<UseOfMfc>Dynamic</UseOfMfc>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Standard|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Standard|Win32'">
<OutDir>.\bin\</OutDir>
<IntDir>.\bin\</IntDir>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Standard|Win32'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>.\bin/CormanLisp.tlb</TypeLibraryName>
</Midl>
<ClCompile>
<AdditionalOptions>/I../include %(AdditionalOptions)</AdditionalOptions>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>.\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>.\bin/CormanLisp.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>.\bin/</AssemblerListingLocation>
<ObjectFileName>.\bin/</ObjectFileName>
<ProgramDataBaseFileName>.\bin/</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>Default</CompileAs>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_AFXDLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<AdditionalIncludeDirectories>.\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
<AdditionalDependencies>..\CormanLispServer\bin\CormanLispServer.lib;ole32.lib;..\license.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>..\CormanLisp.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<ManifestFile>..\CormanLisp.exe.manifest</ManifestFile>
<IgnoreSpecificDefaultLibraries>oleacc.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>..\CormanLisp.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\browser.cpp" />
<ClCompile Include="src\CharBuf.cpp" />
<ClCompile Include="src\CoCormanLispClient.cpp" />
<ClCompile Include="src\CommonLispFuncs.cpp" />
<ClCompile Include="src\CormanLisp.cpp" />
<ClCompile Include="src\CSDialog.cpp" />
<ClCompile Include="src\DocOptions.cpp" />
<ClCompile Include="src\LispObjDisplay.cpp" />
<ClCompile Include="src\oleaccproxy.cpp" />
<ClCompile Include="src\PageSetupDlg.cpp" />
<ClCompile Include="src\PreferencesDialog.cpp" />
<ClCompile Include="src\RegistrationDialog.cpp" />
<ClCompile Include="src\SMDIChildWnd.cpp" />
<ClCompile Include="src\SMDIFrameWnd.cpp" />
<ClCompile Include="src\Stdafx.cpp" />
<ClCompile Include="src\ThreadClasses.cpp" />
<ClCompile Include="src\webbrowser.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="CormanLisp.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\CoCormanLispClient.h" />
<ClInclude Include="..\include\ErrorMessage.h" />
<ClInclude Include="..\include\ICormanLisp.h" />
<ClInclude Include="..\include\threadclasses.h" />
<ClInclude Include="include\browser.h" />
<ClInclude Include="include\CommonLispFuncs.h" />
<ClInclude Include="include\CormanLisp.h" />
<ClInclude Include="include\CSDialog.h" />
<ClInclude Include="include\DocOptions.h" />
<ClInclude Include="include\helpids.h" />
<ClInclude Include="include\LispObjDisplay.h" />
<ClInclude Include="include\oleaccproxy.h" />
<ClInclude Include="include\PageSetupDlg.h" />
<ClInclude Include="include\PreferencesDialog.h" />
<ClInclude Include="include\RegistrationDialog.h" />
<ClInclude Include="include\SMDIChildWnd.h" />
<ClInclude Include="include\SMDIFrameWnd.h" />
<ClInclude Include="include\STDAFX.H" />
<ClInclude Include="include\UtilFuncs.h" />
<ClInclude Include="include\webbrowser.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<None Include="RES\background1.bmp" />
<None Include="RES\bitmap1.bmp" />
<None Include="RES\bmp00001.bmp" />
<None Include="RES\Browserfram.bmp" />
<None Include="RES\BrowserToolbar.bmp" />
<None Include="RES\CormanLisp.bmp" />
<None Include="RES\CormanLisp.ico" />
<None Include="RES\CormanLisp_2_5_small.bmp" />
<None Include="RES\CormanLisp_3_0_splash_499x312.bmp" />
<None Include="RES\CormanLisp_small.BMP" />
<None Include="RES\CormanLisp_smaller.bmp" />
<None Include="RES\Corman_2_2_splash.bmp" />
<None Include="RES\Corman_2_5_splash.bmp" />
<None Include="RES\Corman_2_splash.bmp" />
<None Include="RES\embossed_logo.bmp" />
<None Include="RES\embossed_logo_2_5.BMP" />
<None Include="RES\feather--CL 3.0_small.bmp" />
<None Include="RES\ico00001.ico" />
<None Include="Res\icon1.ico" />
<None Include="RES\idr_html.ico" />
<None Include="RES\idr_lisp.ico" />
<None Include="RES\idr_text.ico" />
<None Include="RES\LispDoc.ico" />
<None Include="RES\splash_tiny.bmp" />
<None Include="RES\TOOLBAR.BMP" />
<None Include="RES\toolbar1.bmp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CormanLispServer\CormanLispServer.vcxproj">
<Project>{f914cf4d-5904-477f-a388-00c05e749d18}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\dlltemplate\dlltemplate.vcxproj">
<Project>{de479e27-e406-43a8-bcbd-8506ebc31038}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\license\license.vcxproj">
<Project>{e21ce9f1-f1af-487a-8c01-23a4d8a23cc7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\zlib\zlib.vcxproj">
<Project>{99bd3558-deee-4f99-913e-dac97a12926e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
Loading

0 comments on commit 9d830d0

Please sign in to comment.