diff --git a/contrib/bkgrnd2d/bkgrnd2d_VC9.vcproj b/contrib/bkgrnd2d/bkgrnd2d_VC9.vcproj new file mode 100644 index 0000000..ada53f7 --- /dev/null +++ b/contrib/bkgrnd2d/bkgrnd2d_VC9.vcproj @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/bkgrnd2d/dialog.h b/contrib/bkgrnd2d/dialog.h index b6d8043..8512796 100644 --- a/contrib/bkgrnd2d/dialog.h +++ b/contrib/bkgrnd2d/dialog.h @@ -33,4 +33,9 @@ void InitBackgroundDialog(); void ShowBackgroundDialog(); void ShowBackgroundDialogPG(int page); +#ifdef _WIN32 +// THIS IS UGLY +#define snprintf _snprintf +#endif + #endif // _BKGRND2D_DIALOG_H_ diff --git a/radiant_VC9.sln b/radiant_VC9.sln index a5e36c5..a99ffcb 100644 --- a/radiant_VC9.sln +++ b/radiant_VC9.sln @@ -76,6 +76,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "q3map2", "tools\quake3\q3ma {444E6FDA-83BD-49F1-89A4-7CF716F742A8} = {444E6FDA-83BD-49F1-89A4-7CF716F742A8} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bkgrnd2d", "contrib\bkgrnd2d\bkgrnd2d_VC9.vcproj", "{69B403DB-1D23-45B7-9278-15330D79ECC7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -162,6 +164,10 @@ Global {F5D0509C-80E0-49B7-B033-885D8253063A}.Debug|Win32.Build.0 = Debug|Win32 {F5D0509C-80E0-49B7-B033-885D8253063A}.Release|Win32.ActiveCfg = Release|Win32 {F5D0509C-80E0-49B7-B033-885D8253063A}.Release|Win32.Build.0 = Release|Win32 + {69B403DB-1D23-45B7-9278-15330D79ECC7}.Debug|Win32.ActiveCfg = Debug|Win32 + {69B403DB-1D23-45B7-9278-15330D79ECC7}.Debug|Win32.Build.0 = Debug|Win32 + {69B403DB-1D23-45B7-9278-15330D79ECC7}.Release|Win32.ActiveCfg = Release|Win32 + {69B403DB-1D23-45B7-9278-15330D79ECC7}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE