diff options
author | Michal Krol <[email protected]> | 2009-03-17 14:27:47 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-17 14:27:47 +0100 |
commit | f20a0155f37a3a7d3074250dfdbc8e4d3dc7d03a (patch) | |
tree | 751ae6ee2f8a3a998bed5a56f62e7b13bf54edb9 /windows/VC7/progs/progs.sln | |
parent | ed3781fdc5a7ecbeee9f20b1d789dbc657c58cc9 (diff) |
wgl: Port sharedtex_mt to WGL.
Diffstat (limited to 'windows/VC7/progs/progs.sln')
-rw-r--r-- | windows/VC7/progs/progs.sln | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/VC7/progs/progs.sln b/windows/VC7/progs/progs.sln index 18f0c0451d4..4db83388dd3 100644 --- a/windows/VC7/progs/progs.sln +++ b/windows/VC7/progs/progs.sln @@ -3,6 +3,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wglthreads", "wgl\wglthread ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sharedtex_mt", "wgl\sharedtex_mt.vcproj", "{ADDFBA10-B159-4884-9FAF-5E60A64903AE}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@@ -13,6 +17,10 @@ Global {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Debug.Build.0 = Debug|Win32
{ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.ActiveCfg = Release|Win32
{ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.Build.0 = Release|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Debug.ActiveCfg = Debug|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Debug.Build.0 = Debug|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.ActiveCfg = Release|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
|