diff options
Diffstat (limited to 'iup/mak.vc8')
-rwxr-xr-x | iup/mak.vc8/iupgtk.vcproj | 4 | ||||
-rwxr-xr-x | iup/mak.vc8/iuplua5.vcproj | 8 | ||||
-rwxr-xr-x | iup/mak.vc8/iupmot.vcproj | 4 | ||||
-rwxr-xr-x | iup/mak.vc8/iupsample.vcproj | 7 | ||||
-rwxr-xr-x | iup/mak.vc8/iupsamplegtk.vcproj | 9 | ||||
-rwxr-xr-x | iup/mak.vc8/iuptest.vcproj | 16 | ||||
-rwxr-xr-x | iup/mak.vc8/iuptestgtk.vcproj | 16 | ||||
-rwxr-xr-x | iup/mak.vc8/iupwin.vcproj | 4 |
8 files changed, 67 insertions, 1 deletions
diff --git a/iup/mak.vc8/iupgtk.vcproj b/iup/mak.vc8/iupgtk.vcproj index 5d0a8e2..9fccbb2 100755 --- a/iup/mak.vc8/iupgtk.vcproj +++ b/iup/mak.vc8/iupgtk.vcproj @@ -143,6 +143,10 @@ > </File> <File + RelativePath="..\src\gtk\iupgtk_clipboard.c" + > + </File> + <File RelativePath="..\src\gtk\iupgtk_colordlg.c" > </File> diff --git a/iup/mak.vc8/iuplua5.vcproj b/iup/mak.vc8/iuplua5.vcproj index 0c62f76..1245e86 100755 --- a/iup/mak.vc8/iuplua5.vcproj +++ b/iup/mak.vc8/iuplua5.vcproj @@ -123,6 +123,10 @@ > </File> <File + RelativePath="..\srclua5\il_clipboard.c" + > + </File> + <File RelativePath="..\srclua5\il_colordlg.c" > </File> @@ -307,6 +311,10 @@ > </File> <File + RelativePath="..\srclua5\clipboard.lua" + > + </File> + <File RelativePath="..\srclua5\colordlg.lua" > </File> diff --git a/iup/mak.vc8/iupmot.vcproj b/iup/mak.vc8/iupmot.vcproj index aedd67e..d2d1780 100755 --- a/iup/mak.vc8/iupmot.vcproj +++ b/iup/mak.vc8/iupmot.vcproj @@ -161,6 +161,10 @@ > </File> <File + RelativePath="..\src\mot\iupmot_clipboard.c" + > + </File> + <File RelativePath="..\src\mot\iupmot_colordlg.c" > </File> diff --git a/iup/mak.vc8/iupsample.vcproj b/iup/mak.vc8/iupsample.vcproj index bddc4f6..dde33fd 100755 --- a/iup/mak.vc8/iupsample.vcproj +++ b/iup/mak.vc8/iupsample.vcproj @@ -616,6 +616,13 @@ <File RelativePath="..\html\examples\C\sample.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\html\examples\C\sbox1.c" diff --git a/iup/mak.vc8/iupsamplegtk.vcproj b/iup/mak.vc8/iupsamplegtk.vcproj index b4792dd..290a86e 100755 --- a/iup/mak.vc8/iupsamplegtk.vcproj +++ b/iup/mak.vc8/iupsamplegtk.vcproj @@ -435,6 +435,14 @@ <File RelativePath="..\html\examples\C\list1.c" > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\html\examples\C\list2.c" @@ -777,7 +785,6 @@ > <FileConfiguration Name="Debug|Win32" - ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" diff --git a/iup/mak.vc8/iuptest.vcproj b/iup/mak.vc8/iuptest.vcproj index 375d83f..b539677 100755 --- a/iup/mak.vc8/iuptest.vcproj +++ b/iup/mak.vc8/iuptest.vcproj @@ -159,6 +159,10 @@ > </File> <File + RelativePath="..\test\clipboard.c" + > + </File> + <File RelativePath="..\test\colorbar.c" > </File> @@ -255,6 +259,14 @@ > </File> <File + RelativePath="..\test\sbox.c" + > + </File> + <File + RelativePath="..\test\scanf.c" + > + </File> + <File RelativePath="..\test\spin.c" > </File> @@ -298,6 +310,10 @@ RelativePath="..\test\vbox.c" > </File> + <File + RelativePath="..\test\zbox.c" + > + </File> </Files> <Globals> </Globals> diff --git a/iup/mak.vc8/iuptestgtk.vcproj b/iup/mak.vc8/iuptestgtk.vcproj index 46d9e49..017bb69 100755 --- a/iup/mak.vc8/iuptestgtk.vcproj +++ b/iup/mak.vc8/iuptestgtk.vcproj @@ -154,6 +154,10 @@ > </File> <File + RelativePath="..\test\clipboard.c" + > + </File> + <File RelativePath="..\test\colorbar.c" > </File> @@ -246,6 +250,14 @@ > </File> <File + RelativePath="..\test\sbox.c" + > + </File> + <File + RelativePath="..\test\scanf.c" + > + </File> + <File RelativePath="..\test\spin.c" > </File> @@ -289,6 +301,10 @@ RelativePath="..\test\vbox.c" > </File> + <File + RelativePath="..\test\zbox.c" + > + </File> </Files> <Globals> </Globals> diff --git a/iup/mak.vc8/iupwin.vcproj b/iup/mak.vc8/iupwin.vcproj index c1e2434..cf53df8 100755 --- a/iup/mak.vc8/iupwin.vcproj +++ b/iup/mak.vc8/iupwin.vcproj @@ -176,6 +176,10 @@ > </File> <File + RelativePath="..\src\win\iupwin_clipboard.c" + > + </File> + <File RelativePath="..\src\win\iupwin_colordlg.c" > </File> |