Update of /cvsroot/squeak/squeak/platforms/win32/misc
In directory usw-pr-cvs1:/tmp/cvs-serv616/misc
Modified Files:
Squeak.dsp
Log Message:
Fixed MSVC compilation
Index: Squeak.dsp
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/misc/Squeak.dsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Squeak.dsp 5 May 2002 17:20:32 -0000 1.2
--- Squeak.dsp 5 May 2002 17:34:38 -0000 1.3
***************
*** 39,44 ****
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
! # PROP Output_Dir "Release"
! # PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
--- 39,44 ----
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
! # PROP Output_Dir "..\Release"
! # PROP Intermediate_Dir "..\Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
***************
*** 65,70 ****
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
! # PROP Output_Dir "Debug"
! # PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
--- 65,70 ----
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
! # PROP Output_Dir "..\Debug"
! # PROP Intermediate_Dir "..\Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
***************
*** 103,106 ****
--- 103,110 ----
# Begin Source File
+ SOURCE=.\Squeak.rc
+ # End Source File
+ # Begin Source File
+
SOURCE=..\vm\sqVirtualMachine.c
# SUBTRACT CPP /D "SQUEAK_BUILTIN_PLUGIN"
***************
*** 219,222 ****
--- 223,238 ----
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ # Begin Source File
+
+ SOURCE=.\squeak.ico
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\squeak2.ico
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\squeak3.ico
+ # End Source File
# End Group
# Begin Group "Plugins (internal)"
***************
*** 906,909 ****
--- 922,926 ----
SOURCE=..\plugins\Mpeg3Plugin\libmpeg\video\mmxtest.c
+ # ADD CPP /I "../plugins/Mpeg3Plugin/libmpeg" /I "../plugins/Mpeg3Plugin/libmpeg/audio" /I "../plugins/Mpeg3Plugin/libmpeg/video"
# End Source File
# Begin Source File
|