summaryrefslogtreecommitdiff
path: root/win32/resource.h
diff options
context:
space:
mode:
authorJoseph Tate <jtate@php.net>2002-04-11 16:31:22 +0000
committerJoseph Tate <jtate@php.net>2002-04-11 16:31:22 +0000
commit504b9beae60a45e1b1e6466e97a6bd246dfc74f6 (patch)
tree3e9ef46507bbeb45f376c27802e569740c57e043 /win32/resource.h
parentccbf1b84ee8975fe3ee6de62baf954554b7ba1a1 (diff)
downloadphp-git-504b9beae60a45e1b1e6466e97a6bd246dfc74f6.tar.gz
Added versioning to dll and exe files created under windows.
#Note that these do not require modification when the version number changes. #Utilizes the new partitioned version number defines in php_version.h @ Added version info to the dll and exe files created under Windows. (jtate)
Diffstat (limited to 'win32/resource.h')
-rw-r--r--win32/resource.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/win32/resource.h b/win32/resource.h
new file mode 100644
index 0000000000..5a1669bddd
--- /dev/null
+++ b/win32/resource.h
@@ -0,0 +1,15 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by php4dllts.rc
+//
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif