From: Julian Smart Date: Fri, 29 Jun 2001 17:23:05 +0000 (+0000) Subject: Added project files for wxUniv under MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6e264973e636cc41915d166cb7eddf2a7e72cf9b Added project files for wxUniv under MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index f7b9b64311..a7f299a05d 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -81,7 +81,10 @@ BEGIN_EVENT_TABLE(wxFrameMSW, wxFrameBase) END_EVENT_TABLE() IMPLEMENT_DYNAMIC_CLASS(wxFrameMSW, wxWindow) + +#ifndef __WXUNIVERSAL__ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxFrameMSW) +#endif // ============================================================================ // implementation diff --git a/src/wxvc_universal.dsp b/src/wxvc_universal.dsp new file mode 100644 index 0000000000..09ae4bb9ec --- /dev/null +++ b/src/wxvc_universal.dsp @@ -0,0 +1,1202 @@ +# Microsoft Developer Studio Project File - Name="wxvc_universal" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=wxvc_universal - Win32 Debug +!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 "wxvc_universal.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 "wxvc_universal.mak" CFG="wxvc_universal - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "wxvc_universal - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxvc_universal - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "wxvc_universal - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "msw/UnivRelease" +# PROP Intermediate_Dir "msw/UnivRelease" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "../include" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c +# ADD BASE RSC /l 0x809 +# ADD RSC /l 0x809 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\lib\wx_univ.lib" + +!ELSEIF "$(CFG)" == "wxvc_universal - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "msw/UnivDebug" +# PROP Intermediate_Dir "msw/UnivDebug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c +# ADD BASE RSC /l 0x809 +# ADD RSC /l 0x809 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\lib\wx_univd.lib" + +!ENDIF + +# Begin Target + +# Name "wxvc_universal - Win32 Release" +# Name "wxvc_universal - Win32 Debug" +# Begin Group "Common Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\common\appcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\choiccmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\clipcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\cmdline.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\cmdproc.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\cmndata.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\config.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\cshelp.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\ctrlcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\ctrlsub.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\datetime.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\datstrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\db.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dbgrid.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dbtable.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dcbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dircmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dlgcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dobjcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\docmdi.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\docview.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dosyacc.c +# ADD CPP /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "IDE_INVOKED" +# SUBTRACT CPP /YX /Yc /Yu +# End Source File +# Begin Source File + +SOURCE=.\common\dynarray.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\dynlib.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\effects.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\encconv.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\event.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\extended.c +# SUBTRACT CPP /YX /Yc /Yu +# End Source File +# Begin Source File + +SOURCE=.\common\ffile.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\file.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fileconf.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\filefn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\filename.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\filesys.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fontcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fontmap.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\framecmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fs_inet.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fs_mem.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\fs_zip.cpp +# ADD CPP /I "zlib" +# End Source File +# Begin Source File + +SOURCE=.\common\ftp.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\gdicmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\geometry.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\gifdecod.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\hash.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\helpbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\http.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagall.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagbmp.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\image.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imaggif.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagjpeg.cpp +# ADD CPP /I "../src/jpeg" +# End Source File +# Begin Source File + +SOURCE=.\common\imagpcx.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagpng.cpp +# ADD CPP /I "png" /I "zlib" +# End Source File +# Begin Source File + +SOURCE=.\common\imagpnm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagtiff.cpp +# ADD CPP /I "tiff" /I "zlib" +# End Source File +# Begin Source File + +SOURCE=.\common\imagxpm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\intl.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\ipcbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\layout.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\lboxcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\list.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\log.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\longlong.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\matrix.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\memory.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\menucmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\mimecmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\module.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\mstream.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\object.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\objstrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\odbc.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\paper.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\popupcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\prntbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\process.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\protocol.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\quantize.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\radiocmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\resource.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\sckaddr.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\sckfile.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\sckipc.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\sckstrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\serbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\sizer.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\socket.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\strconv.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\stream.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\string.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\tbarbase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\textcmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\textfile.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\timercmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\tokenzr.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\treebase.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\txtstrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\unzip.c +# ADD CPP /I "zlib" +# SUBTRACT CPP /YX /Yc /Yu +# End Source File +# Begin Source File + +SOURCE=.\common\url.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\utilscmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\valgen.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\validate.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\valtext.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\variant.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\wfstream.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\wincmn.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\wxchar.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\wxexpr.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\xpmdecod.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\zipstrm.cpp +# ADD CPP /I "zlib" +# End Source File +# Begin Source File + +SOURCE=.\common\zstream.cpp + +!IF "$(CFG)" == "wxvc_universal - Win32 Release" + +!ELSEIF "$(CFG)" == "wxvc_universal - Win32 Debug" + +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# End Group +# Begin Group "Generic Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\generic\accel.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\busyinfo.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\calctrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\choicdgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\colrdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\dirctrlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\dragimgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\fontdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\grid.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\gridctrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\gridsel.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\helpext.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\helphtml.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\helpwxht.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\laywin.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\listctrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\logg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\msgdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\numdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\panelg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\progdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\prop.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\propform.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\proplist.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\sashwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\scrolwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\splash.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\splitter.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\statusbr.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\tabg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\tbarsmpl.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\textdlgg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\tipdlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\tipwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\treectlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\treelay.cpp +# End Source File +# Begin Source File + +SOURCE=.\generic\wizard.cpp +# End Source File +# End Group +# Begin Group "wxHTML Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\html\helpctrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\helpdata.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\helpfrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmlcell.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmlfilt.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmlpars.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmltag.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmlwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\htmprint.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_dflist.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_fonts.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_hline.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_image.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_layout.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_links.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_list.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_meta.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_pre.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\m_tables.cpp +# End Source File +# Begin Source File + +SOURCE=.\html\winpars.cpp +# End Source File +# End Group +# Begin Group "MSW Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\msw\app.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\bitmap.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\brush.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\caret.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\clipbrd.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\colour.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\curico.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\cursor.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\data.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dc.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dcclient.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dcmemory.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dcprint.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dcscreen.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dde.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dialog.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dialup.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dib.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dibutils.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dir.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dirdlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dragimag.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\dummy.cpp +# ADD CPP /D "__WXUNIVERSAL__" /Yc"wx/wxprec.h" +# End Source File +# Begin Source File + +SOURCE=.\msw\enhmeta.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\evtloop.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\filedlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\font.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\fontdlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\fontenum.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\fontutil.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\frame.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\gdiimage.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\gdiobj.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\glcanvas.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\gsocket.c +# SUBTRACT CPP /YX /Yc /Yu +# End Source File +# Begin Source File + +SOURCE=.\msw\gsockmsw.c +# SUBTRACT CPP /YX /Yc /Yu +# End Source File +# Begin Source File + +SOURCE=.\msw\helpchm.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\helpwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\icon.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\imaglist.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\iniconf.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\joystick.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\main.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\metafile.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\mimetype.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\minifram.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\palette.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\pen.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\penwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\printdlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\printwin.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\regconf.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\region.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\registry.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\settings.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\snglinst.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\taskbar.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\thread.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\timer.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\utils.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\utilsexc.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\wave.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\window.cpp +# End Source File +# End Group +# Begin Group "OLE Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\msw\ole\automtn.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\ole\dataobj.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\ole\dropsrc.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\ole\droptgt.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\ole\oleutils.cpp +# End Source File +# Begin Source File + +SOURCE=.\msw\ole\uuid.cpp +# End Source File +# End Group +# Begin Group "Setup" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\include\wx\msw\setup.h +# End Source File +# End Group +# Begin Group "Univ Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\univ\bmpbuttn.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\button.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\checkbox.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\checklst.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\colschem.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\combobox.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\control.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\framuniv.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\gauge.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\inphand.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\listbox.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\menu.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\notebook.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\radiobox.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\radiobut.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\renderer.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\scrarrow.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\scrolbar.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\scrthumb.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\slider.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\spinbutt.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\statbmp.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\statbox.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\statline.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\stattext.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\textctrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\theme.cpp +# End Source File +# Begin Source File + +SOURCE=.\univ\winuniv.cpp +# End Source File +# End Group +# End Target +# End Project diff --git a/src/wxvc_universal.dsw b/src/wxvc_universal.dsw new file mode 100644 index 0000000000..d96d0f1a7a --- /dev/null +++ b/src/wxvc_universal.dsw @@ -0,0 +1,89 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "jpeg"=.\jpeg\JpegVC.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "png"=.\png\PngVC.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "tiff"=.\tiff\TiffVC.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "wxvc_universal"=.\wxvc_universal.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency + Begin Project Dependency + Project_Dep_Name png + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name tiff + End Project Dependency +}}} + +############################################################################### + +Project: "zlib"=.\zlib\ZlibVC.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### +