diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-18 05:44:32 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-18 05:44:32 +0000 |
commit | 11b48bfe6ed42439ae6ce47889b78caf92f2eaa5 (patch) | |
tree | c742535502d2d2e75363a1df815c270d1cbc7e26 /updater/updater.dsp | |
parent | 797493a321a7801fee5d4f93da7a4501b320113f (diff) |
Fixed projects
Restored cross compiler portability (should work now regardless of a compiler)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@481 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/updater.dsp')
-rw-r--r-- | updater/updater.dsp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/updater/updater.dsp b/updater/updater.dsp index 9c5e41a..b5baf79 100644 --- a/updater/updater.dsp +++ b/updater/updater.dsp @@ -165,21 +165,14 @@ SOURCE=.\conf_dialog.cpp !IF "$(CFG)" == "updater - Win32 Release"
-# ADD CPP /I "../../../include" /I "zbin"
-
!ELSEIF "$(CFG)" == "updater - Win32 Debug"
-# ADD CPP /I "../../../include" /I "zbin"
-
!ELSEIF "$(CFG)" == "updater - Win32 Release Unicode"
-# ADD CPP /I "../../include"
# SUBTRACT CPP /I "."
!ELSEIF "$(CFG)" == "updater - Win32 Debug Unicode"
-# ADD CPP /I "../../../include" /I "zbin"
-
!ENDIF
# End Source File
@@ -225,6 +218,10 @@ SOURCE=.\updater.cpp # End Source File
# Begin Source File
+SOURCE=.\updater.def
+# End Source File
+# Begin Source File
+
SOURCE=.\utils.cpp
# End Source File
# Begin Source File
|