diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 22:56:08 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 22:56:08 +0000 |
commit | 5572b34ae8ff236f144b0dfd97509d77185cdae5 (patch) | |
tree | 0429dfe1ace2e343cdcfabd9e925698f8e423ba8 /ace/ace_lib.dsp | |
parent | 41abaf53054945ca4a8a445bb064019aed226fd0 (diff) | |
download | ATCD-5572b34ae8ff236f144b0dfd97509d77185cdae5.tar.gz |
Added Arg_Shifter.cpp
Diffstat (limited to 'ace/ace_lib.dsp')
-rw-r--r-- | ace/ace_lib.dsp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ace/ace_lib.dsp b/ace/ace_lib.dsp index 556a460ae39..32a53aa17a8 100644 --- a/ace/ace_lib.dsp +++ b/ace/ace_lib.dsp @@ -311,6 +311,29 @@ SOURCE=.\Addr.cpp # End Source File
# Begin Source File
+SOURCE=.\Arg_Shifter.cpp
+
+!IF "$(CFG)" == "ACE static library - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Alpha Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE static library - Win32 Alpha Unicode Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\ARGV.cpp
!IF "$(CFG)" == "ACE static library - Win32 Debug"
|