--- a\np2src\Notepad2.dsp Wed Dec 31 19:00:00 1969 +++ b\np2src\Notepad2.dsp Fri Oct 31 11:32:51 2008 @@ -0,0 +1,353 @@ +# Microsoft Developer Studio Project File - Name="Notepad2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# SKIPWIN64 +# USEKIT 1 + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "Notepad2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "Notepad2.mak" CFG="Notepad2 - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "Notepad2 - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "Notepad2 - Win64 Release" (based on "Win32 (x86) Application") +!MESSAGE + +CPP=cl.exe +RSC=rc.exe +LINK32=link.exe + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Target_Dir "" + +!IF "$(CFG)" == "Notepad2 - Win32 Release" + +# PROP Output_Dir "bin.x86-32" +# PROP Intermediate_Dir "obj.x86-32" +# ADD CPP /nologo /MD /W3 /G6 /GF /EHsc /O2 /I "scintilla\include" /I "scintilla\src" /I "scintilla\win32" /D "STATIC_BUILD" /D "SCI_LEXER" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /c +# ADD RSC /l 0x409 /d "NDEBUG" /d "_M_IX86" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib comctl32.lib shlwapi.lib imm32.lib /nologo /VERSION:3.0 /SUBSYSTEM:WINDOWS,5.0 /OSVERSION:5.0 /MACHINE:IX86 /RELEASE /OPT:REF /OPT:ICF /OPT:NOWIN98 /MERGE:.rdata=.text /IGNORE:4078 + +!ELSEIF "$(CFG)" == "Notepad2 - Win64 Release" + +# PROP Output_Dir "bin.x86-64" +# PROP Intermediate_Dir "obj.x86-64" +# ADD CPP /nologo /MD /W3 /Wp64 /GS- /GF /EHsc /O2 /I "scintilla\include" /I "scintilla\src" /I "scintilla\win32" /D "STATIC_BUILD" /D "SCI_LEXER" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /c +# ADD RSC /l 0x409 /d "NDEBUG" /d "_M_AMD64" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib comctl32.lib shlwapi.lib imm32.lib /nologo /VERSION:3.0 /SUBSYSTEM:WINDOWS,5.2 /OSVERSION:5.2 /MACHINE:AMD64 /RELEASE /OPT:REF /OPT:ICF /OPT:NOWIN98 /MERGE:.rdata=.text /IGNORE:4078 + +!ENDIF + +# Begin Target +# Name "Notepad2 - Win32 Release" +# Name "Notepad2 - Win64 Release" + +# Begin Group "Source Files" +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File +SOURCE=.\src\Dialogs.c +# End Source File +# Begin Source File +SOURCE=.\src\Dlapi.c +# End Source File +# Begin Source File +SOURCE=.\src\Edit.c +# End Source File +# Begin Source File +SOURCE=.\src\Helpers.c +# End Source File +# Begin Source File +SOURCE=.\src\Notepad2.c +# End Source File +# Begin Source File +SOURCE=.\src\Print.cpp +# End Source File +# Begin Source File +SOURCE=.\src\SciWrap.cpp +# End Source File +# Begin Source File +SOURCE=.\src\Styles.c +# End Source File +# End Group + +# Begin Group "Header Files" +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File +SOURCE=.\src\Dialogs.h +# End Source File +# Begin Source File +SOURCE=.\src\Dlapi.h +# End Source File +# Begin Source File +SOURCE=.\src\Edit.h +# End Source File +# Begin Source File +SOURCE=.\src\Helpers.h +# End Source File +# Begin Source File +SOURCE=.\src\Notepad2.h +# End Source File +# Begin Source File +SOURCE=.\src\SciWrap.h +# End Source File +# Begin Source File +SOURCE=.\src\Styles.h +# End Source File +# End Group + +# Begin Group "Resource Files" +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File +SOURCE=.\src\Notepad2.rc +# End Source File +# End Group + +# Begin Group "Scintilla/include" +# PROP Default_Filter "" +# Begin Source File +SOURCE=.\scintilla\include\Accessor.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\KeyWords.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\Platform.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\PropSet.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\SciLexer.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\Scintilla.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\ScintillaWidget.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\SString.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\include\WindowAccessor.h +# End Source File +# End Group + +# Begin Group "Scintilla/src" +# PROP Default_Filter "" +# Begin Source File +SOURCE=.\scintilla\src\AutoComplete.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\AutoComplete.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CallTip.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CallTip.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CellBuffer.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CellBuffer.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CharacterSet.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CharClassify.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\CharClassify.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ContractionState.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ContractionState.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Decoration.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Decoration.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Document.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Document.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\DocumentAccessor.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\DocumentAccessor.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Editor.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Editor.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ExternalLexer.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ExternalLexer.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Indicator.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Indicator.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\KeyMap.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\KeyMap.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\KeyWords.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexAsm.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexConf.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexCPP.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexCSS.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexHTML.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexOthers.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexPascal.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexPerl.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexPython.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexSQL.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LexVB.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LineMarker.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\LineMarker.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Partitioning.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\PositionCache.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\PositionCache.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\PropSet.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\RESearch.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\RESearch.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\RunStyles.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\RunStyles.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ScintillaBase.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ScintillaBase.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\SplitVector.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Style.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\Style.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\StyleContext.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\StyleContext.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\SVector.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\UniConversion.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\UniConversion.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ViewStyle.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\ViewStyle.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\WindowAccessor.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\XPM.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\src\XPM.h +# End Source File +# End Group + +# Begin Group "Scintilla/win32" +# PROP Default_Filter "" +# Begin Source File +SOURCE=.\scintilla\win32\PlatformRes.h +# End Source File +# Begin Source File +SOURCE=.\scintilla\win32\PlatWin.cxx +# End Source File +# Begin Source File +SOURCE=.\scintilla\win32\ScintillaWin.cxx +# End Source File +# End Group + +# End Target +# End Project