diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 17:19:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 17:20:29 +0000 |
commit | 142fa196a84b8e454e0784bf81a9c820687bdca8 (patch) | |
tree | 8316e43849a40b3f3a00b4f0c99aad7c4142eca7 /sofort | |
parent | b3c87d83d6ad945962f7ae5cba0bc1979f6815fe (diff) | |
download | mmglue-142fa196a84b8e454e0784bf81a9c820687bdca8.tar.bz2 mmglue-142fa196a84b8e454e0784bf81a9c820687bdca8.tar.xz |
build system: ccenv: ccenv.in, pedefs.in: whitespace meditation.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.in | 1 | ||||
-rw-r--r-- | sofort/ccenv/pedefs.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in index 5c78ffb..bfbb563 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -86,3 +86,4 @@ LD = @ccenv_ld@ CFLAGS_OS += -DOS_LIB_SUFFIX=\"@ccenv_os_lib_suffix@\" CFLAGS_OS += @ccenv_cflags_os@ CFLAGS_PIC += @ccenv_cflags_pic@ + diff --git a/sofort/ccenv/pedefs.in b/sofort/ccenv/pedefs.in index 300d990..008b271 100644 --- a/sofort/ccenv/pedefs.in +++ b/sofort/ccenv/pedefs.in @@ -1,4 +1,4 @@ # @ccenv_cfgtype@ pe switches -PE_SUBSYSTEM = @ccenv_pe_subsystem@ -PE_IMAGE_BASE = @ccenv_pe_image_base@ +PE_SUBSYSTEM = @ccenv_pe_subsystem@ +PE_IMAGE_BASE = @ccenv_pe_image_base@ |