X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/560d7991a661fbc6dd880f1aeef6c88cbed4d678..18b3e161662ab6a19336d7014eea0aa5e5993d05:/Recipe diff --git a/Recipe b/Recipe index 363cc32..3925447 100644 --- a/Recipe +++ b/Recipe @@ -17,8 +17,9 @@ !srcdir icons/ -WINDOWS = windows printing +WINDOWS_COMMON = printing + user32.lib gdi32.lib comctl32.lib comdlg32.lib winspool.lib +WINDOWS = windows WINDOWS_COMMON COMMON = midend drawing misc malloc random version GTK = gtk printing ps # Objects needed for auxiliary command-line programs. @@ -53,6 +54,11 @@ const game *gamelist[] = { GAMELIST(REF) }; const int gamecount = lenof(gamelist); !end +# Unix standalone application for special-purpose obfuscation. +obfusc : [U] obfusc STANDALONE + +puzzles : [G] windows[COMBINED] WINDOWS_COMMON COMMON ALL noicon.res + # Mac OS X unified application containing all the puzzles. Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL # For OS X, we must create the online help and include it in the