]> granicus.if.org Git - php/commitdiff
Don't include unnecessary headers
authorArd Biesheuvel <abies@php.net>
Mon, 8 Sep 2003 00:32:22 +0000 (00:32 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 8 Sep 2003 00:32:22 +0000 (00:32 +0000)
ext/interbase/interbase.dsp
ext/interbase/interbase.rc

index 8f69ce5b88b0bad568dbe60731dfee404b485153..c41f457048b044112f93a7add738677810047784 100644 (file)
@@ -112,7 +112,17 @@ SOURCE=.\php_interbase.h
 \r
 SOURCE=.\interbase.rc\r
 \r
-# ADD RSC /i "..\.." /i "..\..\main" /i "..\..\win32" /i "..\..\Zend" /i "..\..\TSRM" /d "ZEND_WIN32" /d "WIN32" /d "PHP_WIN32"\r
+!IF  "$(CFG)" == "interbase - Win32 Debug_TS"\r
+\r
+# ADD BASE RSC /l 0x413\r
+# ADD RSC /l 0x413 /i "..\..\main" /i "..\..\win32"\r
+\r
+!ELSEIF  "$(CFG)" == "interbase - Win32 Release_TS"\r
+\r
+# ADD BASE RSC /l 0x413\r
+# ADD RSC /l 0x413 /i "..\.." /i "..\..\main" /i "..\..\win32" /i "..\..\Zend" /i "..\..\TSRM" /d "ZEND_WIN32" /d "WIN32" /d "PHP_WIN32"\r
+\r
+!ENDIF \r
 \r
 # End Source File\r
 # End Group\r
index 566f4588abd54d5391743f1f7c5209725e20aa6d..03f18388e4ae9dbc2e88a32c5fccccd80ba349f5 100644 (file)
@@ -37,6 +37,7 @@
 #endif
 
 #define VERSION_INFO_ONLY
+#define PHP_H
 #include "interbase.c"
 
 #ifndef _MAC