diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2006-02-22 07:28:25 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2006-02-22 07:28:25 +0000 |
commit | 45a15f6a7e7e87b860b798431920910c99ac0868 (patch) | |
tree | 49d9891ad7f19106c67ba73f9a3acc6d1b9399a8 /gs/src/msvc32.mak | |
parent | f62938ad1e7401b61183eff7bf271b8d803fcd6e (diff) |
Remove CWD_PREFIX from makefiles -- mkromfs file list is reordered. Add
the %rom% device to the LIBPATH list in imain.c so that .libfile works.
Also export print_resource_usage for use in non-debug builds. Thanks to
Ralph Giles for the suggestions.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@6606 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/msvc32.mak')
-rw-r--r-- | gs/src/msvc32.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gs/src/msvc32.mak b/gs/src/msvc32.mak index 147e8ba2f..f8e328777 100644 --- a/gs/src/msvc32.mak +++ b/gs/src/msvc32.mak @@ -306,8 +306,6 @@ CFLAGS=$(CFLAGS) /DGX_COLOR_INDEX_TYPE="$(GX_COLOR_INDEX_TYPE)" WARNOPT=-W2 !endif -CWD_PREFIX=./ - # # Do not edit the next group of lines. |