diff options
| author | aarne <unknown> | 2003-11-04 07:40:47 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-11-04 07:40:47 +0000 |
| commit | 22104872d61187de948a6d93f7edf3b3e4ca4b3f (patch) | |
| tree | dd18b8f67224f533246c2efebed4e96f03b0fe5c /src | |
| parent | 0df32e1474cb66f86c4e35c6c3aa5c3578ec4b4f (diff) | |
Windows path.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/Today.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index bd84cff5b..2d342b099 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ GHCFLAGS=-package lang -package util GHCFUDFLAG=-package Fudgets GHCINCLUDE=-iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -ifor-ghc -iparsing GHCINCLUDENOFUD=-iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -ifor-ghc-nofud -iparsing -WINDOWSINCLUDE=-iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -ifor-windows -iparsing +WINDOWSINCLUDE=-ifor-windows -iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -iparsing all: make today ; make ghc diff --git a/src/Today.hs b/src/Today.hs index 9053efb0d..b9c8c4106 100644 --- a/src/Today.hs +++ b/src/Today.hs @@ -1 +1 @@ -module Today where today = "Mon Nov 3 17:53:59 CET 2003" +module Today where today = "Tue Nov 4 09:25:56 CET 2003" |
