Changeset 11673 for trunk


Ignore:
Timestamp:
2006-04-21T14:05:00+12:00 (18 years ago)
Author:
mdewsnip
Message:

Removed the stuff for compiling setup.exe because we don't have a compiler that will compile 16 bit code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/win32.mak

    r11672 r11673  
    11###########################################################################
    22#
    3 # win32 makefile -- gsinstaller
     3# win32 makefile -- gssetup
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    77#
    88# Copyright (C) 2006 The New Zealand Digital Library Project
    9 #
    109#
    1110# This program is free software; you can redistribute it and/or modify
     
    4140    $(COMPILE) $<
    4241
    43 SOURCES = \
    44   bmpUtil.cpp configFile.cpp configurable.cpp copyProgress.cpp dirent.cpp dirSelector.cpp DiskSpace.cpp file.cpp fileCopier.cpp FilePath.cpp gs16bit.cpp gsConfig.cpp gsinstall.cpp gsManifest.cpp gsPlatform.cpp gsProfile.cpp gsProgman.cpp gsRegistry.cpp launchApp.cpp registry.cpp splash.cpp stringArray.cpp unInstall.cpp
     42GSSETUP_OBJECTS = \
     43  configFile.obj configurable.obj copyProgress.obj dirent.obj dirSelector.obj DiskSpace.obj file.obj fileCopier.obj FilePath.obj gsinstall.obj gsManifest.obj gsPlatform.obj gsProfile.obj gsProgman.obj gsRegistry.obj launchApp.obj registry.obj stringArray.obj unInstall.obj
    4544
    46 GSSETUP_OBJECTS = \
    47   bmpUtil.obj configFile.obj configurable.obj copyProgress.obj dirent.obj dirSelector.obj DiskSpace.obj file.obj fileCopier.obj FilePath.obj gsConfig.obj gsinstall.obj gsManifest.obj gsPlatform.obj gsProfile.obj gsProgman.obj gsRegistry.obj launchApp.obj registry.obj stringArray.obj unInstall.obj
    48 
    49 SETUP_OBJECTS = gs16bit.obj
    50 
    51 all: gssetup.exe setup.exe
    52 
    53 setup.exe : $(SETUP_OBJECTS)
    54     if EXIST setup.exe del setup.exe
    55     $(LINK) -o setup.exe $(SETUP_OBJECTS)
     45all: gssetup.exe
    5646
    5747gssetup.exe : $(GSSETUP_OBJECTS)
     
    6151clean:
    6252    del *.obj
    63     del gs16bit.exe
    64     del gsinstall.exe
     53    del gssetup.exe
    6554
    6655install:
Note: See TracChangeset for help on using the changeset viewer.